Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jeffrey Lee
Kernel
Commits
e9ce9bb1
Commit
e9ce9bb1
authored
5 years ago
by
Timothy E Baldwin
Committed by
ROOL
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Adjust undefined instruction error message to show correct address on Thumb.
Version 6.25. Tagged as 'Kernel-6_25'
parent
ba236131
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
12 deletions
+14
-12
VersionASM
VersionASM
+4
-4
VersionNum
VersionNum
+7
-7
s/Middle
s/Middle
+3
-1
No files found.
VersionASM
View file @
e9ce9bb1
...
...
@@ -9,12 +9,12 @@
GBLS Module_ApplicationDate
GBLS Module_HelpVersion
GBLS Module_ComponentName
Module_MajorVersion SETS "6.2
4
"
Module_Version SETA 62
4
Module_MajorVersion SETS "6.2
5
"
Module_Version SETA 62
5
Module_MinorVersion SETS ""
Module_Date SETS "20 Oct 2019"
Module_ApplicationDate SETS "20-Oct-19"
Module_ComponentName SETS "Kernel"
Module_FullVersion SETS "6.2
4
"
Module_HelpVersion SETS "6.2
4
(20 Oct 2019)"
Module_FullVersion SETS "6.2
5
"
Module_HelpVersion SETS "6.2
5
(20 Oct 2019)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
e9ce9bb1
/* (6.2
4
)
/* (6.2
5
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 6.2
4
#define Module_MajorVersion_CMHG 6.2
5
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 20 Oct 2019
#define Module_MajorVersion "6.2
4
"
#define Module_Version 62
4
#define Module_MajorVersion "6.2
5
"
#define Module_Version 62
5
#define Module_MinorVersion ""
#define Module_Date "20 Oct 2019"
...
...
@@ -16,6 +16,6 @@
#define Module_ComponentName "Kernel"
#define Module_FullVersion "6.2
4
"
#define Module_HelpVersion "6.2
4
(20 Oct 2019)"
#define Module_LibraryVersionInfo "6:2
4
"
#define Module_FullVersion "6.2
5
"
#define Module_HelpVersion "6.2
5
(20 Oct 2019)"
#define Module_LibraryVersionInfo "6:2
5
"
This diff is collapsed.
Click to expand it.
s/Middle
View file @
e9ce9bb1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment