cpu/{arm|thumb}(chore): change how branch disassembly happens

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-11 23:03:44 +05:30
parent 0062ad424b
commit ac92f43b28
11 changed files with 41 additions and 36 deletions

View File

@@ -26,7 +26,7 @@ struct BranchAndExchange {
struct Branch {
bool link;
uint32_t offset;
int32_t offset;
};
struct Multiply {