Start using some C++ 14 features.
This commit is contained in:
+2
-2
@@ -70,9 +70,9 @@ protected:
|
||||
__packed_struct(ps1_exe_t)
|
||||
// ident string
|
||||
char id[8];
|
||||
// is NULL
|
||||
// is nullptr
|
||||
LE32 text;
|
||||
// is NULL
|
||||
// is nullptr
|
||||
LE32 data;
|
||||
// initial program counter
|
||||
LE32 epc;
|
||||
|
||||
Reference in New Issue
Block a user