From 59210e82ec7fd67143af1896559412e384b59daf Mon Sep 17 00:00:00 2001 From: Soji Yamakawa Date: Tue, 18 Apr 2023 07:45:32 -0400 Subject: [PATCH] Fix Linux and macOS build. --- src/cpu/i486runinstruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpu/i486runinstruction.h b/src/cpu/i486runinstruction.h index ab0791ac..61d6e197 100644 --- a/src/cpu/i486runinstruction.h +++ b/src/cpu/i486runinstruction.h @@ -967,7 +967,7 @@ inline uint8_t *i486DXFidelityLayer::GetOperandPointer( template inline unsigned int i486DXFidelityLayer::CALLF(Memory &mem,uint16_t opSize,uint16_t instNumBytes,uint16_t newCS,uint32_t newEIP,uint16_t defClocks) { - FIDELITY::SavedCSEIP savedCSEIP; + typename FIDELITY::SavedCSEIP savedCSEIP; FIDELITY::SaveCSEIP(savedCSEIP,*this); auto prevCS=state.CS().value;