Commit 22f51419 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Fixed typo in OS_Module 21 code. You wouldn't think you could screw up a mere...

Fixed typo in OS_Module 21 code. You wouldn't think you could screw up a mere 12 lines of ARM code would you?

Version 4.80. Tagged as 'Kernel-4_80'
parent d6ece89e
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
GBLS Module_MinorVersion GBLS Module_MinorVersion
GBLS Module_Date GBLS Module_Date
GBLS Module_FullVersion GBLS Module_FullVersion
Module_MajorVersion SETS "4.79" Module_MajorVersion SETS "4.80"
Module_Version SETA 479 Module_Version SETA 480
Module_MinorVersion SETS "" Module_MinorVersion SETS ""
Module_Date SETS "07 May 1999" Module_Date SETS "12 May 1999"
Module_FullVersion SETS "4.79" Module_FullVersion SETS "4.80"
END END
/* (4.79) /* (4.80)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* *
*/ */
#define Module_MajorVersion_CMHG 4.79 #define Module_MajorVersion_CMHG 4.80
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 07 May 1999 #define Module_Date_CMHG 12 May 1999
#define Module_MajorVersion "4.79" #define Module_MajorVersion "4.80"
#define Module_Version 479 #define Module_Version 480
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "07 May 1999" #define Module_Date "12 May 1999"
#define Module_FullVersion "4.79" #define Module_FullVersion "4.80"
...@@ -1614,7 +1614,7 @@ Module_FindEndOfROM_ModuleChain ROUT ...@@ -1614,7 +1614,7 @@ Module_FindEndOfROM_ModuleChain ROUT
[ International [ International
Push "lr",NE Push "lr",NE
BLNE TranslateError BLNE TranslateError
Pull "lr",EQ Pull "lr",NE
] ]
BNE SLVK_SetV BNE SLVK_SetV
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment