Merge pull request #1899 from gruxor/master

Remove unused macro to fix syntax highlights
This commit is contained in:
GriffinR 2023-07-15 13:28:29 -04:00 committed by GitHub
commit d79e62690b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))