mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-21 07:13:15 +01:00
AVR port: Fix instruction leftover from cut-and-paste.
This commit is contained in:
@@ -238,7 +238,6 @@ archContextSwitch:
|
||||
in r0,_SFR_IO_ADDR(EIND)
|
||||
pop r0
|
||||
in r0,_SFR_IO_ADDR(RAMPZ)
|
||||
push r0
|
||||
#endif
|
||||
|
||||
/**
|
||||
@@ -367,7 +366,6 @@ archFirstThreadRestore:
|
||||
in r0,_SFR_IO_ADDR(EIND)
|
||||
pop r0
|
||||
in r0,_SFR_IO_ADDR(RAMPZ)
|
||||
push r0
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user