Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
0ed6918a
"README.md" did not exist on "1646691415236319c593e58186fe32e5177e751e"
Commit
0ed6918a
authored
30 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
Make arch_get_bad_addr args by a cpp macro.
parent
15b0f195
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lisp/arch.h
+1
-2
1 addition, 2 deletions
lisp/arch.h
with
1 addition
and
2 deletions
lisp/arch.h
+
1
−
2
View file @
0ed6918a
...
...
@@ -8,8 +8,7 @@ extern char *arch_init(void);
extern
void
arch_skip_instruction
(
struct
sigcontext
*
scp
);
extern
boolean
arch_pseudo_atomic_atomic
(
struct
sigcontext
*
scp
);
extern
void
arch_set_pseudo_atomic_interrupted
(
struct
sigcontext
*
scp
);
extern
os_vm_address_t
arch_get_bad_addr
(
int
signal
,
int
code
,
struct
sigcontext
*
scp
);
extern
os_vm_address_t
arch_get_bad_addr
(
HANDLER_ARGS
);
extern
unsigned
char
*
arch_internal_error_arguments
(
struct
sigcontext
*
scp
);
extern
unsigned
long
arch_install_breakpoint
(
void
*
pc
);
extern
void
arch_remove_breakpoint
(
void
*
pc
,
unsigned
long
orig_inst
);
...
...
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
register
or
sign in
to comment