pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-10
2003-08-10 10:54:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
32051235ea65059c881b71c170e92f854dd1b22d (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Machine code support now works again for systems having delay slots.
Rev: src/interpret.c:1.327
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: interpret.c,v 1.
326
2003/08/
08
15
:
47
:
52
grubba Exp $
+
|| $Id: interpret.c,v 1.
327
2003/08/
10
10
:
54
:
42
grubba Exp $
*/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
326
2003/08/
08
15
:
47
:
52
grubba Exp $");
+
RCSID("$Id: interpret.c,v 1.
327
2003/08/
10
10
:
54
:
42
grubba Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
1219:
fprintf(stderr,"We have reached the end of the world!\n"); #endif
+
#ifdef __GNUC__
+
goto *dummy_label;
+
#endif
+
if (dummy_label) { inter_escape_catch_label: EXIT_MACHINE_CODE();