Commit 34ce0784 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Actually call the PortManager service call handling routine.

Version 4.93. Tagged as 'Kernel-4_93'
parent dca30c08
......@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.92"
Module_Version SETA 492
Module_MajorVersion SETS "4.93"
Module_Version SETA 493
Module_MinorVersion SETS ""
Module_Date SETS "07 Oct 1999"
Module_FullVersion SETS "4.92"
Module_FullVersion SETS "4.93"
END
/* (4.92)
/* (4.93)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.92
#define Module_MajorVersion_CMHG 4.93
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 07 Oct 1999
#define Module_MajorVersion "4.92"
#define Module_Version 492
#define Module_MajorVersion "4.93"
#define Module_Version 493
#define Module_MinorVersion ""
#define Module_Date "07 Oct 1999"
#define Module_FullVersion "4.92"
#define Module_FullVersion "4.93"
......@@ -731,6 +731,10 @@ Issue_Service ROUT ; R1 is service number, R2 may be a parameter
CMP r1, #Service_NewApplication
BEQ checkmoshandlers
[ STB
CMP r1, #Service_PortMan
BLEQ svc_PortMan
]
[ ChocolateService
05
......
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