Commit Graph

12 Commits

Author SHA1 Message Date
david942j 36a9619b73
[v5][SuperH] Fix missing setting detail->sh (#2465)
detail->sh is never set. Which makes the detailed output related to
operands is always missing.
2024-09-19 19:03:57 +08:00
Lucas Azevedo e90ef3928f
Use bitwise OR with mask for sign extension (#2371)
Sign extend using bitwise OR with mask, instead of unary minus.
Fixes error when building for UWP with Security Development Lifecycle (SDL).
See https://learn.microsoft.com/en-us/cpp/build/reference/sdl-enable-additional-security-checks?view=msvc-170
2024-06-13 08:56:45 +08:00
Rot127 8738f0130a
Initialize rw 2023-05-13 03:52:15 -05:00
Rot127 08a816bd79
Fix warnings about unhandled switch cases by adding defaults. 2023-05-12 13:40:24 -05:00
Rot127 806047fc74
Update indentation 2023-05-11 11:45:33 -05:00
Rot127 747c9b6ac1
Fix SH build warnings. 2023-05-11 09:15:12 -05:00
Rot127 c19bfcc17f
Remove unused variable 2023-04-06 03:57:28 -05:00
Rot127 2e15189632
[SH] Fix several unused variable warnings. 2023-03-06 21:35:22 -05:00
Rot127 9e7baa2164
[SH] Fix unsued function warnings. 2023-02-24 13:52:09 -05:00
Yoshinori Sato f3bf6e5775 SH: fix include path.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
2022-11-25 15:01:09 +09:00
Yoshinori Sato 0afbcd5741 Fix include path.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
2022-11-14 16:21:34 +09:00
Yoshinori Sato 75146cc6fc sh: superh support backend.
Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>
2022-10-12 20:11:12 +09:00