From aaab91b82f5d342056b2b15accd97c3d6c001cd8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 5 Jun 2020 22:04:02 -0700 Subject: 6478 Fix CI. --- 018jump_disp32.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/018jump_disp32.cc b/018jump_disp32.cc index c39da70e..4166fb60 100644 --- a/018jump_disp32.cc +++ b/018jump_disp32.cc @@ -168,7 +168,7 @@ case 0x8f: { // jump disp32 if !SF and !ZF break; } case 0x87: { // jump disp32 if !CF and !ZF - const int32_t offset = next(); + const int32_t offset = next32(); if (!CF && !ZF) { trace(Callstack_depth+1, "run") << "jump " << offset << end(); EIP += offset; -- cgit 1.4.1-2-gfad0