Added error return value...
This commit is contained in:
@ -41,6 +41,6 @@ extern unsigned char * text_sector_byte;
|
||||
|
||||
extern int was_instruction_array_empty;
|
||||
|
||||
extern void assemble (unsigned int count, unsigned int * array);
|
||||
extern int assemble (unsigned int count, unsigned int * array);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user