Skip to content
Snippets Groups Projects
Commit 16664f72 authored by Shinya Kuribayashi's avatar Shinya Kuribayashi
Browse files

[MIPS] Remove useless instructions for initializing $gp.

parent 03c031d5
No related branches found
No related tags found
No related merge requests found
......@@ -238,9 +238,7 @@ reset:
nop
.word _gp
1:
move gp, ra
lw t1, 0(ra)
move gp, t1
lw gp, 0(ra)
#ifdef CONFIG_INCA_IP
/* Disable INCA-IP Watchdog.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment