apps/rust: remove debug code that passes a0-a3 to main

Change-Id: I9f86d15e2415d04611bc0533003ed3c6c258442b
GitOrigin-RevId: 3f4481bbc5ce1891caed283304fbba568a872224
This commit is contained in:
Sam Leffler 2022-09-19 23:59:37 +00:00
parent 8abb4dc89d
commit cc8e4c65e6

View File

@ -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