apple2ix/src/x86/darwin-glue.S
2015-10-22 21:09:13 -07:00

16 lines
329 B
ArmAsm

/*
* Apple // emulator for *ix
*
* This software package is subject to the GNU General Public License
* version 3 or later (your choice) as published by the Free Software
* Foundation.
*
* Copyright 2013-2015 Aaron Culliney
*
*/
#ifdef __APPLE__
// Xcode build shim for auto-generated glue.S
#include "glue.S"
#endif