Skip to content

Commit

Permalink
Merge pull request #1899 from gruxor/master
Browse files Browse the repository at this point in the history
Remove unused macro to fix syntax highlights
  • Loading branch information
GriffinRichards authored Jul 15, 2023
2 parents f4111d8 + 5fd881a commit d79e626
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 d79e626

Please sign in to comment.