One more intermediate state - not compilable.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5644 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -44,17 +44,6 @@
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Data */
|
||||
/*****************************************************************************/
|
||||
|
||||
|
||||
|
||||
/* The actual CPU instance */
|
||||
CPUCore* CPU = 0;
|
||||
|
||||
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Code */
|
||||
/*****************************************************************************/
|
||||
@@ -76,7 +65,7 @@ CPUCore* NewCPUCore (const char* Name, unsigned AddrSpaceSize)
|
||||
|
||||
/* Initialize the data */
|
||||
C->Handle = 0; /* ### */
|
||||
C->AS = NewAddressSpace (AddrSpaceSize);
|
||||
C->AddressSize = AddrSpaceSize;
|
||||
|
||||
/* Return the new CPU core */
|
||||
return C;
|
||||
|
||||
Reference in New Issue
Block a user