Small optimization
git-svn-id: svn://svn.cc65.org/cc65/trunk@3659 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
cb47c4370b
commit
27f714c45a
1 changed files with 1 additions and 1 deletions
|
@ -1057,7 +1057,7 @@ int main (void)
|
||||||
unsigned char Octave;
|
unsigned char Octave;
|
||||||
unsigned Val;
|
unsigned Val;
|
||||||
struct __sid_voice* Voice;
|
struct __sid_voice* Voice;
|
||||||
VoiceCtrl* VC;
|
register VoiceCtrl* VC;
|
||||||
|
|
||||||
/* Initialize the debugger */
|
/* Initialize the debugger */
|
||||||
DbgInit (0);
|
DbgInit (0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue