diff options
Diffstat (limited to 'powerpc/PrintAsm.ml')
-rw-r--r-- | powerpc/PrintAsm.ml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/powerpc/PrintAsm.ml b/powerpc/PrintAsm.ml index aa32773..e86b7dc 100644 --- a/powerpc/PrintAsm.ml +++ b/powerpc/PrintAsm.ml @@ -182,8 +182,8 @@ let (text, data, const_data, float_literal) = | Diab -> (".text", ".data", - ".const", (* to check *) - ".const") (* to check *) + ".data", (* to check *) + ".data") (* to check *) (* Encoding masks for rlwinm instructions *) |