Commit 4733881f authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Escape some dollars

Detail:
  kernel/s/k_body, s/initmodule - Escape some dollars contained in strings to avoid warnings from objasm
Admin:
  Resulting binary unchanged


Version 5.83. Retagged as 'RISC_OSLib-5_83'
parent dc7ea073
......@@ -573,7 +573,7 @@ RSI6_List
DCD OSRSI6_UNDSTK, OSRSI6_SVCSTK, -1
|Sys$RCLimit|
DCB "Sys$RCLimit", 0
DCB "Sys$$RCLimit", 0
ALIGN
|_kernel_exit|
......
......@@ -58,10 +58,10 @@ OverflowBit * &10000000
n_module_claim EQU 6
sharedclibrary_path
DCB "SharedCLibrary$Path"
DCB "SharedCLibrary$$Path"
DCB 0
risc_oslibrary_path
DCB "RISC_OSLibrary$Path"
DCB "RISC_OSLibrary$$Path"
DCB 0
sharedclibrary_resources
......
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