mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 13:04:27 +01:00
x86: paddq
This commit is contained in:
@@ -39,7 +39,7 @@ int assert_memcmp(const void *s1, const void *s2, size_t n) {
|
||||
printf(
|
||||
"%s failed: "
|
||||
"byte1, byte2, index: "
|
||||
"0x%02" PRIX8 " 0x%02" PRIX8 " 0x%zx\n",
|
||||
"0x%02" PRIX8 " 0x%02" PRIX8 " 0x%zX\n",
|
||||
__func__,
|
||||
b1,
|
||||
b2,
|
||||
|
||||
Reference in New Issue
Block a user