Commit e885ec7a authored by Stewart Brodie's avatar Stewart Brodie
Browse files

Fixed an EXITS that should be an EXIT.

Detail:
  An EXITS without EntryS was used in a conditional block.  It does not
    need to be EXITS.
Admin:
  Only affects STB builds.
  Tested in 32-bit Lazarus build.

Version 5.37. Tagged as 'Kernel-5_37'
parent fd0ff346
......@@ -9,12 +9,12 @@
GBLS Module_ApplicationDate2
GBLS Module_ApplicationDate4
GBLS Module_HelpVersion
Module_MajorVersion SETS "5.36"
Module_Version SETA 536
Module_MajorVersion SETS "5.37"
Module_Version SETA 537
Module_MinorVersion SETS ""
Module_Date SETS "10 Oct 2000"
Module_ApplicationDate2 SETS "10-Oct-00"
Module_ApplicationDate4 SETS "10-Oct-2000"
Module_FullVersion SETS "5.36"
Module_HelpVersion SETS "5.36 (10 Oct 2000)"
Module_Date SETS "17 Oct 2000"
Module_ApplicationDate2 SETS "17-Oct-00"
Module_ApplicationDate4 SETS "17-Oct-2000"
Module_FullVersion SETS "5.37"
Module_HelpVersion SETS "5.37 (17 Oct 2000)"
END
/* (5.36)
/* (5.37)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 5.36
#define Module_MajorVersion_CMHG 5.37
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 10 Oct 2000
#define Module_Date_CMHG 17 Oct 2000
#define Module_MajorVersion "5.36"
#define Module_Version 536
#define Module_MajorVersion "5.37"
#define Module_Version 537
#define Module_MinorVersion ""
#define Module_Date "10 Oct 2000"
#define Module_Date "17 Oct 2000"
#define Module_ApplicationDate2 "10-Oct-00"
#define Module_ApplicationDate4 "10-Oct-2000"
#define Module_ApplicationDate2 "17-Oct-00"
#define Module_ApplicationDate4 "17-Oct-2000"
#define Module_FullVersion "5.36"
#define Module_HelpVersion "5.36 (10 Oct 2000)"
#define Module_FullVersion "5.37"
#define Module_HelpVersion "5.37 (17 Oct 2000)"
......@@ -2597,7 +2597,7 @@ svc_PortMan
MOVEQ R0, #3 ; yes: TV_Mode = 1
addr R1, TV_Mode_string
SWI XPortMan_AccessBit
EXITS
EXIT
]
; *****************************************************************************
......
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