From c762564bd754884e847922c99172076fde4d646e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 7 Sep 2018 22:42:23 -0700 Subject: 4539 --- html/subx/016index_addressing.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/subx/016index_addressing.cc.html') diff --git a/html/subx/016index_addressing.cc.html b/html/subx/016index_addressing.cc.html index e3ec8245..88b04d6f 100644 --- a/html/subx/016index_addressing.cc.html +++ b/html/subx/016index_addressing.cc.html @@ -92,7 +92,7 @@ if ('onhashchange' in window) { 30 } 31 else { 32 // base == EBP && mod == 0 - 33 addr = imm32(); // ignore base + 33 addr = next32(); // ignore base 34 trace(90, "run") << "effective address is initially 0x" << std::hex << addr << " (disp32)" << end(); 35 } 36 uint8_t index = (sib>>3)&0x7; -- cgit 1.4.1-2-gfad0