minor adjustments

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@176 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-06-28 19:44:33 +00:00
parent a9a5a6e0b1
commit 2c559c66ef
2 changed files with 2 additions and 2 deletions

View file

@ -689,9 +689,9 @@ static int CycloneMake()
ot(" .global CycloneRun\n");
ot(" .global CycloneSetSr\n");
ot(" .global CycloneGetSr\n");
ot(" .global CycloneSetRealTAS\n");
ot(" .global CycloneVer\n");
#if (CYCLONE_FOR_GENESIS == 2)
ot(" .global CycloneSetRealTAS\n");
ot(" .global CycloneDoInterrupt\n");
ot(" .global CycloneJumpTab\n");
#endif