Skip to content

Commit

Permalink
fix fptw
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Feb 17, 2024
1 parent bf7d7b0 commit 294f586
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux_mode/qemu_snapshot/gdb_qemu.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def update_attr(val, limit):
data["sfmask"] = "0x4700"
data["fpcw"] = "0x27f"
data["fpsw"] = "0x0"
data["fptw"] = "0x0"
data["fptw"] = "0xffff"
data["mxcsr_mask"] = "0x0"
data["fpst"] = [{"fraction": "0x0", "exp": "0x0"}] * 8

Expand Down
Binary file modified src/libs/bochscpu-bins/lib/libbochscpu_ffi.a
Binary file not shown.

0 comments on commit 294f586

Please sign in to comment.