mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-02 19:27:31 +01:00
thermosphere: oops
This commit is contained in:
parent
23ef4b94d6
commit
fc5d81dca3
@ -40,7 +40,7 @@ FUNCTION loadBreakpointRegs
|
||||
br x16
|
||||
|
||||
1:
|
||||
LOAD_DBG_REG_PAIRS b, MAX_BCR
|
||||
LOAD_DBG_REG_PAIRS b, %(MAX_BCR - 1)
|
||||
|
||||
dsb ish
|
||||
isb
|
||||
@ -61,7 +61,7 @@ FUNCTION loadWatchpointRegs
|
||||
br x16
|
||||
|
||||
1:
|
||||
LOAD_DBG_REG_PAIRS w, MAX_WCR
|
||||
LOAD_DBG_REG_PAIRS w, %(MAX_WCR - 1)
|
||||
|
||||
dsb ish
|
||||
isb
|
||||
|
Loading…
Reference in New Issue
Block a user