Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/rxv1/gnu/src/tx_thread_context_save.S
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ __tx_thread_context_save:
; SP+4 -> Saved R1
; SP+8 -> Saved R2
; SP+12-> Interrupted PC
; SP+16-> Interrupted PSW
; SP+16-> Interrupted PSW */
;
; /* Check for a nested interrupt condition. */
; if (_tx_thread_system_state++)
Expand Down
2 changes: 1 addition & 1 deletion ports/rxv2/gnu/src/tx_thread_context_save.S
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ __tx_thread_context_save:
; SP+4 -> Saved R1
; SP+8 -> Saved R2
; SP+12-> Interrupted PC
; SP+16-> Interrupted PSW
; SP+16-> Interrupted PSW */
;
; /* Check for a nested interrupt condition. */
; if (_tx_thread_system_state++)
Expand Down
2 changes: 1 addition & 1 deletion ports/rxv3/gnu/src/tx_thread_context_save.S
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ __tx_thread_context_save:
; SP+4 -> Saved R1
; SP+8 -> Saved R2
; SP+12-> Interrupted PC
; SP+16-> Interrupted PSW
; SP+16-> Interrupted PSW */
;
; /* Check for a nested interrupt condition. */
; if (_tx_thread_system_state++)
Expand Down