Itsa me, quake3io!
This commit is contained in:
parent
dbe4ddb103
commit
5b755058f5
1409 changed files with 798983 additions and 798983 deletions
46
lcc/src/bind.c
Normal file → Executable file
46
lcc/src/bind.c
Normal file → Executable file
|
@ -1,23 +1,23 @@
|
|||
#include "c.h"
|
||||
extern Interface alphaIR;
|
||||
extern Interface mipsebIR, mipselIR;
|
||||
extern Interface sparcIR, solarisIR;
|
||||
extern Interface x86IR, x86linuxIR;
|
||||
extern Interface symbolicIR, symbolic64IR;
|
||||
extern Interface nullIR;
|
||||
extern Interface bytecodeIR;
|
||||
Binding bindings[] = {
|
||||
"alpha/osf", &alphaIR,
|
||||
"mips/irix", &mipsebIR,
|
||||
"mips/ultrix", &mipselIR,
|
||||
"sparc/sun", &sparcIR,
|
||||
"sparc/solaris", &solarisIR,
|
||||
"x86/win32", &x86IR,
|
||||
"x86/linux", &x86linuxIR,
|
||||
"symbolic/osf", &symbolic64IR,
|
||||
"symbolic/irix", &symbolicIR,
|
||||
"symbolic", &symbolicIR,
|
||||
"null", &nullIR,
|
||||
"bytecode", &bytecodeIR,
|
||||
NULL, NULL
|
||||
};
|
||||
#include "c.h"
|
||||
extern Interface alphaIR;
|
||||
extern Interface mipsebIR, mipselIR;
|
||||
extern Interface sparcIR, solarisIR;
|
||||
extern Interface x86IR, x86linuxIR;
|
||||
extern Interface symbolicIR, symbolic64IR;
|
||||
extern Interface nullIR;
|
||||
extern Interface bytecodeIR;
|
||||
Binding bindings[] = {
|
||||
"alpha/osf", &alphaIR,
|
||||
"mips/irix", &mipsebIR,
|
||||
"mips/ultrix", &mipselIR,
|
||||
"sparc/sun", &sparcIR,
|
||||
"sparc/solaris", &solarisIR,
|
||||
"x86/win32", &x86IR,
|
||||
"x86/linux", &x86linuxIR,
|
||||
"symbolic/osf", &symbolic64IR,
|
||||
"symbolic/irix", &symbolicIR,
|
||||
"symbolic", &symbolicIR,
|
||||
"null", &nullIR,
|
||||
"bytecode", &bytecodeIR,
|
||||
NULL, NULL
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue