More fixes.

This commit is contained in:
OBattler
2023-08-08 16:17:01 +02:00
parent ce5e21f870
commit 5f72dc7d56
2 changed files with 3 additions and 2 deletions

View File

@@ -325,7 +325,7 @@ codegen_backend_init(void)
codegen_allocator_clean_blocks(block->head_mem_block);
asm("mrs %w0, fpcr\n"
asm("mrs %0, fpcr\n"
: "=r"(cpu_state.old_fp_control));
}