Removed unused function x86SetJ8().
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@365 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ad748bfc05
commit
541a86de26
|
@ -318,16 +318,6 @@ namespace Gen
|
|||
Write32(u32(distance));
|
||||
}
|
||||
|
||||
void x86SetJ8(u8 *j8)
|
||||
{
|
||||
//TODO fix
|
||||
u64 jump = (code - (u8*)j8) - 1;
|
||||
|
||||
if (jump > 0x7f)
|
||||
_assert_msg_(DYNA_REC, 0, "j8 greater than 0x7f!!");
|
||||
*j8 = (u8)jump;
|
||||
}
|
||||
|
||||
FixupBranch J(bool force5bytes)
|
||||
{
|
||||
FixupBranch branch;
|
||||
|
|
Loading…
Reference in New Issue