mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 12:55:32 -07:00
Second take on fixing ARM64 MMX opcodes
This commit is contained in:
@@ -242,6 +242,20 @@ static uint64_t tsc_old = 0;
|
||||
int32_t acycs = 0;
|
||||
# endif
|
||||
|
||||
int
|
||||
codegen_mmx_enter(void)
|
||||
{
|
||||
MMX_ENTER();
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
codegen_fp_enter(void)
|
||||
{
|
||||
FP_ENTER();
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
update_tsc(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user