From 651fc300a4087f6ccaa7d17c0d581e6ddd313a48 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 6 Mar 2020 12:28:57 -0800 Subject: 6084 --- html/015immediate_addressing.cc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/015immediate_addressing.cc.html') diff --git a/html/015immediate_addressing.cc.html b/html/015immediate_addressing.cc.html index 31f25c72..34f08f0c 100644 --- a/html/015immediate_addressing.cc.html +++ b/html/015immediate_addressing.cc.html @@ -1296,7 +1296,7 @@ if ('onhashchange' in window) { 1235 int32_t* dest = effective_address(modrm); 1236 const int32_t src = next32(); 1237 trace(Callstack_depth+1, "run") << "imm32 is 0x" << HEXWORD << src << end(); -1238 *dest = src; +1238 *dest = src; // Write multiple elements of vector<uint8_t> at once. Assumes sizeof(int) == 4 on the host as well. 1239 break; 1240 } 1241 -- cgit 1.4.1-2-gfad0