Merge pull request #5 from lguilhermee/patch-1

Fixed wrong byte order
master
mike1k 2 years ago committed by GitHub
commit 328d0c9f6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,18 +5,18 @@
#define PERSES_MUTATION_START() \ #define PERSES_MUTATION_START() \
{\ {\
__nop();\
__nop();\
__debugbreak();\ __debugbreak();\
__debugbreak();\ __debugbreak();\
__nop();\
__nop();\
_disable();\ _disable();\
} }
#define PERSES_MUTATION_END() \ #define PERSES_MUTATION_END() \
{\ {\
_enable();\ _enable();\
__debugbreak();\
__debugbreak();\
__nop();\ __nop();\
__nop();\ __nop();\
} __debugbreak();\
__debugbreak();\
}

Loading…
Cancel
Save