summaryrefslogtreecommitdiff
path: root/src/vm/arm/gmscpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/arm/gmscpu.h')
-rw-r--r--src/vm/arm/gmscpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/arm/gmscpu.h b/src/vm/arm/gmscpu.h
index 583b00acf0..bc41a008a0 100644
--- a/src/vm/arm/gmscpu.h
+++ b/src/vm/arm/gmscpu.h
@@ -69,7 +69,6 @@ protected:
until later. Note that we don't reuse slots, because we want
this to be threadsafe without locks */
-typedef DPTR(LazyMachState) PTR_LazyMachState;
struct LazyMachState : public MachState {
// compute the machine state of the processor as it will exist just
// after the return after at most'funCallDepth' number of functions.
@@ -158,6 +157,7 @@ inline void LazyMachState::setLazyStateFromUnwind(MachState* copy)
#endif // !DACCESS_COMPILE
}
+typedef DPTR(LazyMachState) PTR_LazyMachState;
// Do the initial capture of the machine state. This is meant to be
// as light weight as possible, as we may never need the state that