From ee0e67b9d7c275480827d856b926d2c403057bb8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 6 Mar 2020 18:39:16 -0800 Subject: 6091 --- html/018jump_disp32.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/018jump_disp32.cc.html') diff --git a/html/018jump_disp32.cc.html b/html/018jump_disp32.cc.html index fe7ef115..bbf6d7ca 100644 --- a/html/018jump_disp32.cc.html +++ b/html/018jump_disp32.cc.html @@ -164,7 +164,7 @@ if ('onhashchange' in window) { 105 } 106 107 :(before "End Two-Byte Opcodes Starting With 0f") -108 case 0x85: { // jump disp32 unless ZF +108 case 0x85: { // jump disp32 if !ZF 109 const int32_t offset = next32(); 110 if (!ZF) { 111 trace(Callstack_depth+1, "run") << "jump " << offset << end(); -- cgit 1.4.1-2-gfad0