Skip to content

Commit

Permalink
Remove unused macro to fix syntax highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
gruxor committed Jul 12, 2023
1 parent f4111d8 commit 5fd881a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 5fd881a

Please sign in to comment.