From 5ed05c40bec0cb566fdb8012e134ed61ee93209f Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 8 May 2019 09:50:59 -0700 Subject: 5146 --- subx/013direct_addressing.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subx/013direct_addressing.cc b/subx/013direct_addressing.cc index 779c7e0a..c2dfa911 100644 --- a/subx/013direct_addressing.cc +++ b/subx/013direct_addressing.cc @@ -488,7 +488,7 @@ void test_shift_right_logical_r32_with_cl() { } :(before "End Op d3 Subops") -case 5: { // shift right r/m32 by CL, preserving sign +case 5: { // shift right r/m32 by CL, padding zeroes trace(Callstack_depth+1, "run") << "subop: shift right by CL bits, while padding zeroes" << end(); uint8_t count = Reg[ECX].u & 0x1f; // OF is only defined if count is 1 -- cgit 1.4.1-2-gfad0