Skip to content

Commit

Permalink
Fix macro def
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 20, 2024
1 parent 65500f3 commit 0a87525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cplusplus/src/include/macros.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define ARM_THUMB 1
#else
#define ARM_THUMB 0
#
#endif
#if (defined(__wasm__) || defined(__wasm32__) || defined(__wasm64__))
#define WASM_COMPILER 1
#include <emscripten.h>
Expand Down

0 comments on commit 0a87525

Please sign in to comment.