Skip to content

Commit

Permalink
Fix Linux and macOS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
captainys committed Apr 18, 2023
1 parent 32d0a1d commit 59210e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpu/i486runinstruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ inline uint8_t *i486DXFidelityLayer<FIDELITY>::GetOperandPointer(
template <class FIDELITY>
inline unsigned int i486DXFidelityLayer<FIDELITY>::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;
Expand Down

0 comments on commit 59210e8

Please sign in to comment.