]> Git Repo - qemu.git/blobdiff - target-mips/cpu.h
Honour current_tc for MIPS M{T,F}{HI,LO}, by Richard Sandiford.
[qemu.git] / target-mips / cpu.h
index 49b7e63a498a7b1822aadc13bfdc41fd54403d76..31d54e4f8330b41dbdcfe9fcbaafa2a87ed0c12a 100644 (file)
@@ -159,6 +159,7 @@ struct CPUMIPSState {
     CPUMIPSFPUContext *fpu;
     uint32_t current_tc;
     target_ulong *current_tc_gprs;
+    target_ulong *current_tc_hi;
 
     uint32_t SEGBITS;
     target_ulong SEGMask;
This page took 0.031846 seconds and 4 git commands to generate.