comparison src/gpf2/osl/os_mis_ir.c @ 496:2d1e5ad1d54f

OSL: os_mis_ir.c compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 24 Jun 2018 20:50:05 +0000
parents 91e8dac34ada
children
comparison
equal deleted inserted replaced
495:9e55fe3a5ee4 496:2d1e5ad1d54f
2 * This C module is a reconstruction based on the disassembly of 2 * This C module is a reconstruction based on the disassembly of
3 * os_mis.obj in frame_na7_db_ir.lib from the Leonardo package. 3 * os_mis.obj in frame_na7_db_ir.lib from the Leonardo package.
4 */ 4 */
5 5
6 /* subset of included headers from COFF symtab: */ 6 /* subset of included headers from COFF symtab: */
7 #include "gpfconf.h" /* FreeCalypso addition */ 7 #include "nucleus.h"
8 #include "../../nucleus/nucleus.h"
9 #include "typedefs.h" 8 #include "typedefs.h"
10 #include "os.h" 9 #include "os.h"
11 #include "gdi.h" 10 #include "gdi.h"
12 #include "os_types.h" 11 #include "os_types.h"
13 #include "os_glob.h" 12 #include "os_glob.h"