|
From: <sv...@va...> - 2015-09-22 08:25:56
|
Author: sewardj
Date: Tue Sep 22 09:25:49 2015
New Revision: 3195
Log:
Merge, from trunk, r3194 (Fix for typo in r3189)
Modified:
branches/VEX_3_11_BRANCH/ (props changed)
branches/VEX_3_11_BRANCH/priv/guest_ppc_helpers.c
Modified: branches/VEX_3_11_BRANCH/priv/guest_ppc_helpers.c
==============================================================================
--- branches/VEX_3_11_BRANCH/priv/guest_ppc_helpers.c (original)
+++ branches/VEX_3_11_BRANCH/priv/guest_ppc_helpers.c Tue Sep 22 09:25:49 2015
@@ -694,7 +694,7 @@
vex_state->guest_TFIAR = 0;
vex_state->guest_TEXASR = 0;
vex_state->guest_PPR = 0x4ULL << 50; // medium priority
- vex_state->guest_PSPB = 0x00; // an arbitrary non-zero value to start with
+ vex_state->guest_PSPB = 0x100; // an arbitrary non-zero value to start with
}
|