diff options
Diffstat (limited to 'ir/be/riscv/riscv_spec.pl')
-rw-r--r-- | ir/be/riscv/riscv_spec.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ir/be/riscv/riscv_spec.pl b/ir/be/riscv/riscv_spec.pl index 6e1a92b..1a0ff7d 100644 --- a/ir/be/riscv/riscv_spec.pl +++ b/ir/be/riscv/riscv_spec.pl @@ -17,7 +17,7 @@ my $mode_gp = "mode_Iu"; { name => "t0", encoding => 5 }, { name => "t1", encoding => 6 }, { name => "t2", encoding => 7 }, - { name => "fp", encoding => 8 }, + { name => "s0", encoding => 8 }, { name => "s1", encoding => 9 }, { name => "a0", encoding => 10 }, { name => "a1", encoding => 11 }, |