aboutsummaryrefslogtreecommitdiff
path: root/pk/fp_asm.S
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2015-09-08 16:56:36 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2015-09-08 16:57:00 -0700
commitd2d16a63e273de44889cfa94106ab9bf2b64e604 (patch)
tree435352e29baac4cb962d3df6e6f9a05d9a1a26d1 /pk/fp_asm.S
parent04d07c02bb9bfb850062b70200888c66dc5c1067 (diff)
downloadpk-d2d16a63e273de44889cfa94106ab9bf2b64e604.zip
pk-d2d16a63e273de44889cfa94106ab9bf2b64e604.tar.gz
pk-d2d16a63e273de44889cfa94106ab9bf2b64e604.tar.bz2
Disable RVC in fixed-size assembly blocks
Diffstat (limited to 'pk/fp_asm.S')
-rw-r--r--pk/fp_asm.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/pk/fp_asm.S b/pk/fp_asm.S
index 81fe6b2..4b8dce1 100644
--- a/pk/fp_asm.S
+++ b/pk/fp_asm.S
@@ -13,6 +13,7 @@
#endif
.text
+ .option norvc
.globl get_f32_reg
get_f32_reg:
get_f32(f0)