summaryrefslogtreecommitdiff
path: root/include/wntgcci/sehandler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/wntgcci/sehandler.hxx')
-rw-r--r--include/wntgcci/sehandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wntgcci/sehandler.hxx b/include/wntgcci/sehandler.hxx
index 9218adde07a7..6f196d88e668 100644
--- a/include/wntgcci/sehandler.hxx
+++ b/include/wntgcci/sehandler.hxx
@@ -58,7 +58,7 @@ public:
m_ER.pHandlerClass = this;
m_ER.hp = handler;
asm("movl %%fs:0, %%eax\n\t"
- "movl %%eax, %0": : "m" (m_ER.prev): "%eax" );
+ "movl %%eax, %0": "=m" (m_ER.prev): : "%eax" );
asm("movl %0, %%eax\n\t"
"movl %%eax, %%fs:0": : "r" (&m_ER): "%eax" );
}