Remove unused macro to fix syntax highlights
This commit is contained in:
parent
f4111d8082
commit
5fd881a1b6
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
|||
#define BLOCK_CROSS_JUMP asm("");
|
||||
|
||||
// to help in decompiling
|
||||
#define asm_comment(x) asm volatile("@ -- " x " -- ")
|
||||
#define asm_unified(x) asm(".syntax unified\n" x "\n.syntax divided")
|
||||
#define NAKED __attribute__((naked))
|
||||
|
||||
|
|
Loading…
Reference in a new issue