- refactored

- made changes due to new GCC

git-svn-id: http://moon:8086/svn/mips@145 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2021-04-05 12:25:53 +00:00
parent d4c70f04dc
commit d1e94c4821
10 changed files with 193 additions and 79 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// MIPS delay.
__inline void delay(int loops)
void delay(unsigned int loops)
{
__asm
(