Skip to content
Snippets Groups Projects
Commit b18b0f55 authored by Sebastien Ponce's avatar Sebastien Ponce Committed by Steven Murray
Browse files

Fixed previous commit that broke the build

parent 80cc024b
Branches
Tags
No related merge requests found
......@@ -28,9 +28,11 @@
#define TIME_TSIZE HYPERSIZE
typedef unsigned char U_BYTE;
/* typedef unsigned short U_WORD; */
typedef unsigned short U_SHORT;
typedef unsigned int U_LONG;
typedef char BYTE;
typedef short WORD;
typedef int LONG;
#define BYTEADDR(x) (((char *)&(x))+sizeof(BYTE)-BYTESIZE)
#define WORDADDR(x) (((char *)&(x))+sizeof(WORD)-WORDSIZE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment