userland x86_64: implement ASSERT_MEMCMP

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-08 00:00:10 +00:00
parent 8e1fd9991b
commit 53ef7281a4
6 changed files with 36 additions and 28 deletions

View File

@@ -11606,7 +11606,10 @@ and notice how the error message gives both:
Other setup sanity checks that you might want to look into include:
* link:userland/arch/empty.S[]
* link:userland/arch/fail.S[]
* `FAIL` tests
** link:userland/arch/fail.S[]
* `ASSERT_MEMCMP` tests
** link:userland/arch/x86_64/lkmc_assert_memcmp_fail.S[]
=== User vs system assembly