x86: paddq

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-10 00:00:00 +00:00
parent 5d774c0947
commit 16ecab4af0
4 changed files with 37 additions and 13 deletions

View File

@@ -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,