Fix syntax, add new line in end of file and # before include, w/ T
This commit is contained in:
parent
b3ccee44bb
commit
5bb7d86156
@ -1,5 +1,5 @@
|
|||||||
include "global.h"
|
#include "global.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
dword value;
|
dword value;
|
||||||
} a64inst_DirectiveData;
|
} a64inst_DirectiveData;
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
char* label;
|
char* label;
|
||||||
} a64inst_LabelData;
|
} a64inst_LabelData;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user