fix wrong parameter for be_emit_char
authorMatthias Braun <matze@braunis.de>
Thu, 14 Jun 2007 11:30:15 +0000 (11:30 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 14 Jun 2007 11:30:15 +0000 (11:30 +0000)
[r14489]

ir/be/arm/arm_emitter.c

index 9f748b9..868d349 100644 (file)
@@ -767,7 +767,7 @@ static void emit_be_StackParam(arm_emit_env_t *env, const ir_node *irn) {
                if (USE_FPA(env->cg->isa)) {
                        be_emit_cstring(env->emit,"\tldf");
                        arm_emit_fpa_postfix(env, mode);
-                       be_emit_char(env, ' ');
+                       be_emit_char(env->emit, ' ');
                } else {
                        assert(0 && "stackparam not supported for this mode");
                        panic("emit_be_StackParam: stackparam not supported for this mode");