1
0
mirror of https://github.com/cc65/cc65.git synced 2024-05-31 22:41:32 +00:00

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 Val;
struct __sid_voice* Voice;
VoiceCtrl* VC;
register VoiceCtrl* VC;
/* Initialize the debugger */
DbgInit (0);