fix braces in comment after #elif

modified:   stub/src/amd64-linux.elf-main.c
This commit is contained in:
John Reiser
2017-12-12 10:51:38 -08:00
parent 50aa63a5a0
commit 34646f1c6a
+1 -1
View File
@@ -62,7 +62,7 @@
/*out*/ : "=r"(r_fmt) ); \ /*out*/ : "=r"(r_fmt) ); \
dprintf(r_fmt, args); \ dprintf(r_fmt, args); \
}) })
#elif defined(__aarch64__) //{ #elif defined(__aarch64__) //}{
#define DPRINTF(fmt, args...) ({ \ #define DPRINTF(fmt, args...) ({ \
char const *r_fmt; \ char const *r_fmt; \
asm("bl 0f; .string \"" fmt "\"; .balign 4; 0: mov %0,x30" \ asm("bl 0f; .string \"" fmt "\"; .balign 4; 0: mov %0,x30" \