mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
give the free float registers
This commit is contained in:
parent
91bd3abfaf
commit
0d665a89b0
2 changed files with 39 additions and 2 deletions
|
@ -247,7 +247,7 @@ impl<
|
|||
self.free_to_stack(buf, &sym, Float(reg));
|
||||
reg
|
||||
} else {
|
||||
internal_error!("completely out of general purpose registers");
|
||||
internal_error!("completely out of float registers");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue