summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asmcomp/hppa/emit.mlp1
1 files changed, 1 insertions, 0 deletions
diff --git a/asmcomp/hppa/emit.mlp b/asmcomp/hppa/emit.mlp
index b284da9cc..76de7a6d4 100644
--- a/asmcomp/hppa/emit.mlp
+++ b/asmcomp/hppa/emit.mlp
@@ -1008,6 +1008,7 @@ let emit_item = function
| Cfloat f ->
` .double {emit_string f}\n`
| Csymbol_address s ->
+ use_symbol s;
` .long {emit_symbol s}\n`
| Clabel_address lbl ->
` .long {emit_label(lbl + 100000)}\n`