Remove an include and define BYTE_SIZE

This commit is contained in:
2024-06-20 02:24:23 +01:00
parent 05235497dc
commit ecadcb5e36
2 changed files with 1 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ typedef u64 word_t;
typedef i64 sword_t;
/* Macros for the sizes of common base data types. */
#define BYTE_SIZE 1
#define SHORT_SIZE sizeof(short_t)
#define HWORD_SIZE sizeof(hword_t)
#define WORD_SIZE sizeof(word_t)

View File

@@ -16,7 +16,6 @@
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
const char *opcode_as_cstr(opcode_t code)
{