Small optimization

git-svn-id: svn://svn.cc65.org/cc65/trunk@3659 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2005-11-20 17:26:05 +00:00
parent cb47c4370b
commit 27f714c45a

View file

@ -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);