Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cmucl
cmucl
Commits
38a31e56
Commit
38a31e56
authored
Dec 30, 2014
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo and line-up comments neatly for the disassembled instruction.
parent
ebf96470
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/compiler/arm/test-disassem.lisp
+4
-4
4 additions, 4 deletions
src/compiler/arm/test-disassem.lisp
with
4 additions
and
4 deletions
src/compiler/arm/test-disassem.lisp
+
4
−
4
View file @
38a31e56
...
...
@@ -147,7 +147,7 @@
;; ourselves by looking at the block of memory into which the
;; instructions were assembled. This is fragile, but good enough
;; for simple testing for now. Currently assumes everything is in
;; the first element
of
returned by NEW-ASSEM::SEGMENT-OUTPUT-BLOCKS.
;; the first element returned by NEW-ASSEM::SEGMENT-OUTPUT-BLOCKS.
(
let*
((
seg
(
test-assem
))
(
start
(
new-assem::segment-output-blocks
seg
)))
(
disassem::disassemble-memory
(
aref
start
0
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment