diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-10-13 02:05:03 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-10-13 02:05:03 +0200 |
commit | 8c6c68e92d6b4c8aa5e2fcc784ed52da40845acc (patch) | |
tree | 0251bea9be01701c488f9d8719b52eeb2a64855d /code/fe310/eos/trap_entry.S | |
parent | 2a39fdf6d943f5738ba174368053a86304b0d8fa (diff) |
net refactor; rename cmd -> type
Diffstat (limited to 'code/fe310/eos/trap_entry.S')
-rw-r--r-- | code/fe310/eos/trap_entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/fe310/eos/trap_entry.S b/code/fe310/eos/trap_entry.S index 26e93cb..21cf2f8 100644 --- a/code/fe310/eos/trap_entry.S +++ b/code/fe310/eos/trap_entry.S @@ -297,7 +297,7 @@ i2s_handler_sd_xchg: jal x20, evtq_push beqz x8, i2s_handler_sd_exit li x18, (EOS_EVT_AUDIO | I2S_EVT_MIC) - sb x18, MSGQ_ITEM_OFF_CMD(x8) + sb x18, MSGQ_ITEM_OFF_TYPE(x8) i2s_handler_sd_exit: # complete |