Merge pull request #5 from lguilhermee/patch-1

Fixed wrong byte order
This commit is contained in:
mike1k
2022-04-14 17:15:25 -05:00
committed by GitHub
+5 -5
View File
@@ -5,18 +5,18 @@
#define PERSES_MUTATION_START() \
{\
__nop();\
__nop();\
__debugbreak();\
__debugbreak();\
__nop();\
__nop();\
_disable();\
}
#define PERSES_MUTATION_END() \
{\
_enable();\
__debugbreak();\
__debugbreak();\
__nop();\
__nop();\
}
__debugbreak();\
__debugbreak();\
}