asm: fix some forgotten # comments, mostly migration bugs

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-06-29 00:00:00 +00:00
parent 41de17d476
commit 42a4c45058
6 changed files with 35 additions and 44 deletions

View File

@@ -16,7 +16,7 @@ LKMC_PROLOGUE
mov r0, 0xFF
tst r0, 0x0F
LKMC_ASSERT(bne)
# r0 was not modified.
/* r0 was not modified. */
LKMC_ASSERT_EQ(r0, =0xFF)
LKMC_EPILOGUE