This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-05 00:00:00 +00:00
parent 0ef494b681
commit aea97698c3
48 changed files with 840 additions and 798 deletions

View File

@@ -5,13 +5,13 @@
#define ASSERT_EQ(reg, const) \
ldr x11, =const; \
cmp reg, x11; \
ASSERT(beq); \
cmp reg, x11; \
ASSERT(beq); \
;
#define ASSERT_MEMCMP(s1, s2, n) \
MEMCMP(s1, s2, n); \
ASSERT_EQ(x0, 0); \
MEMCMP(s1, s2, n); \
ASSERT_EQ(x0, 0); \
;
#define ENTRY \