mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-22 21:17:14 +00:00
Linux support. (#3)
* Compiling and running on Linux. * Fix xpointer constructor. * Convert dependencies to submodules. * Fix wchar_t usage for Linux.
This commit is contained in:
4
thirdparty/disasm/disasm.c
vendored
4
thirdparty/disasm/disasm.c
vendored
@@ -1,5 +1,9 @@
|
||||
#include "dis-asm.h"
|
||||
|
||||
#ifndef EIO
|
||||
#define EIO 5
|
||||
#endif
|
||||
|
||||
/* Get LENGTH bytes from info's buffer, at target address memaddr.
|
||||
Transfer them to myaddr. */
|
||||
int
|
||||
|
Reference in New Issue
Block a user