Sanitized some addresses

This commit is contained in:
2023-01-16 09:36:05 +00:00
parent b8b67fce3d
commit 26bd476c2c
2 changed files with 26 additions and 17 deletions

View File

@@ -43,6 +43,3 @@ void usageCommand(int argc, const char* argv[]);
void helpCommand(int argc, const char* argv[]);
void copyrightCommand(int argc, const char* argv[]);
#endif
//NOTE: assigning to a byte from a short loses data
#define AS_USHORT(value) (*(unsigned short*)(&(value)))