1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-27 20:27:45 +00:00

Wholesale removal of deprecated register attribute from all source files

This commit is contained in:
Nick Briggs
2022-08-15 15:04:07 -07:00
parent 5c0349cc69
commit 873d4927ce
107 changed files with 777 additions and 777 deletions

View File

@@ -80,7 +80,7 @@ void OP_contextsw(void) {
/* */
/************************************************************************/
void contextsw(register DLword fxnum, register DLword bytenum, register DLword flags)
void contextsw(DLword fxnum, DLword bytenum, DLword flags)
/* BYTEnum that you want increment PC
after CONTEXTSW */
@@ -89,8 +89,8 @@ void contextsw(register DLword fxnum, register DLword bytenum, register DLword f
/* I don't know that it is the possible case that
flags is 3 . */
{
register DLword *next68k;
register DLword *freeptr; /* point to STK to be FSB */
DLword *next68k;
DLword *freeptr; /* point to STK to be FSB */
#ifdef TRACE
printf("contextsw : %d \n", fxnum);