Commit e9ce9bb1 authored by Timothy E Baldwin's avatar Timothy E Baldwin Committed by ROOL
Browse files

Adjust undefined instruction error message to show correct address on Thumb.

Version 6.25. Tagged as 'Kernel-6_25'
parent ba236131
......@@ -9,12 +9,12 @@
GBLS Module_ApplicationDate
GBLS Module_HelpVersion
GBLS Module_ComponentName
Module_MajorVersion SETS "6.24"
Module_Version SETA 624
Module_MajorVersion SETS "6.25"
Module_Version SETA 625
Module_MinorVersion SETS ""
Module_Date SETS "20 Oct 2019"
Module_ApplicationDate SETS "20-Oct-19"
Module_ComponentName SETS "Kernel"
Module_FullVersion SETS "6.24"
Module_HelpVersion SETS "6.24 (20 Oct 2019)"
Module_FullVersion SETS "6.25"
Module_HelpVersion SETS "6.25 (20 Oct 2019)"
END
/* (6.24)
/* (6.25)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 6.24
#define Module_MajorVersion_CMHG 6.25
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 20 Oct 2019
#define Module_MajorVersion "6.24"
#define Module_Version 624
#define Module_MajorVersion "6.25"
#define Module_Version 625
#define Module_MinorVersion ""
#define Module_Date "20 Oct 2019"
......@@ -16,6 +16,6 @@
#define Module_ComponentName "Kernel"
#define Module_FullVersion "6.24"
#define Module_HelpVersion "6.24 (20 Oct 2019)"
#define Module_LibraryVersionInfo "6:24"
#define Module_FullVersion "6.25"
#define Module_HelpVersion "6.25 (20 Oct 2019)"
#define Module_LibraryVersionInfo "6:25"
......@@ -835,8 +835,10 @@ UNDEF ROUT
STMIA R14!, {R0-R7}
MRS R1, SPSR
STR R1, [R14, #(16-8)*4] ; save PSR
TST R1, #T32_bit
MOV R0, R14
MOV R4, #4
MOVEQ R4, #4
MOVNE R4, #2
BL DumpyTheRegisters
MakeErrorBlock UndefinedInstruction
......
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