|
From: Jeremy F. <je...@go...> - 2005-02-02 00:07:54
|
CVS commit by fitzhardinge:
Initialize the d-flag in the initial thread.
M +1 -0 state.c 1.17
--- valgrind/coregrind/x86/state.c #1.16:1.17
@@ -67,4 +67,5 @@ void VGA_(init_thread)( ThreadId tid, Ad
arch->m_ebp = 0;
arch->m_eflags = 0;
+ arch->m_dflag = 1;
arch->m_eip = init_eip;
|