mirror of
https://github.com/AmbiML/sparrow-kata-full.git
synced 2025-04-27 18:35:32 +00:00
apps/rust: remove debug code that passes a0-a3 to main
Change-Id: I9f86d15e2415d04611bc0533003ed3c6c258442b GitOrigin-RevId: 3f4481bbc5ce1891caed283304fbba568a872224
This commit is contained in:
parent
8abb4dc89d
commit
cc8e4c65e6
@ -44,13 +44,6 @@ _start:
|
||||
la t1, KATA_SDK_PARAMS
|
||||
sw a3, 0(t1)
|
||||
|
||||
/* XXX included only for testing */
|
||||
addi sp, sp, -16
|
||||
sw a0, 12(sp)
|
||||
sw a1, 8(sp)
|
||||
sw a2, 4(sp)
|
||||
sw a3, 0(sp)
|
||||
|
||||
.option pop
|
||||
|
||||
j main
|
||||
|
Loading…
Reference in New Issue
Block a user