mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
wibble
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1775
This commit is contained in:
parent
ca84f991d3
commit
53fcf82ef1
@ -3130,7 +3130,7 @@ UInt VG_(get_archreg) ( UInt arch )
|
||||
case R_EBP: return VG_(baseBlock)[ VGOFF_(m_ebp) ];
|
||||
case R_ESI: return VG_(baseBlock)[ VGOFF_(m_esi) ];
|
||||
case R_EDI: return VG_(baseBlock)[ VGOFF_(m_edi) ];
|
||||
default: VG_(core_panic)( "get_thread_archreg");
|
||||
default: VG_(core_panic)( "get_archreg");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user