1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-10-13 16:16:00 -05:00
Files
suyu-mirror/src/core/gdbstub
Lioncash 474c745502 gdbstub: Silence value truncation warning within FpuWrite()
Previously this would cause an implicit truncation warning about
assigning a u64 value to a u32 value without an explicit cast.
2018-11-26 19:58:23 -05:00
..