Commit 3c7ad64c authored by Pavel Machek's avatar Pavel Machek
Browse files

Compilation fix for mj.

parent 29df5739
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ interpret(struct f_inst *what)
    case F_ERROR:
    case F_REJECT:
      res.type = T_RETURN;
      res.val = (int) what->arg1;
      res.val.i = (int) what->arg1;
      break;
    default:
      bug( "unknown return type: can not happen");