diff options
Diffstat (limited to 'src/runtime/softfloat_arm.go')
| -rw-r--r-- | src/runtime/softfloat_arm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/softfloat_arm.go b/src/runtime/softfloat_arm.go index efee31c4c7..8f184ccf3b 100644 --- a/src/runtime/softfloat_arm.go +++ b/src/runtime/softfloat_arm.go @@ -21,7 +21,7 @@ const ( var fptrace = 0 func fabort() { - gothrow("unsupported floating point instruction") + throw("unsupported floating point instruction") } func fputf(reg uint32, val uint32) { |
