Changeset da13982 in mainline for kernel/generic/include/debug.h
- Timestamp:
- 2023-10-26T15:20:07Z (15 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fbb42f
- Parents:
- d28bdbe
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-26 14:42:03)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-10-26 15:20:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/debug.h
rd28bdbe rda13982 37 37 38 38 #include <log.h> 39 #include <symtab_lookup.h>40 39 #include <printf/verify.h> 41 40 … … 43 42 44 43 /* An empty printf function to ensure syntactic correctness of disabled debug prints. */ 45 _HELENOS_PRINTF_ATTRIBUTE(1, 2) 44 static inline void dummy_printf(const char *fmt, ...) _HELENOS_PRINTF_ATTRIBUTE(1, 2); 46 45 static inline void dummy_printf(const char *fmt, ...) 47 46 {
Note:
See TracChangeset
for help on using the changeset viewer.