cpu/{arm|thumb}(chore): change how branch disassembly happens
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -26,7 +26,7 @@ struct BranchAndExchange {
|
||||
|
||||
struct Branch {
|
||||
bool link;
|
||||
uint32_t offset;
|
||||
int32_t offset;
|
||||
};
|
||||
|
||||
struct Multiply {
|
||||
|
Reference in New Issue
Block a user