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
a9b9c1fb
Commit
a9b9c1fb
authored
17 years ago
by
cshapiro
Browse files
Options
Downloads
Patches
Plain Diff
Remove no-op macros.
parent
042fdad7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lisp/Darwin-os.h
+1
-3
1 addition, 3 deletions
lisp/Darwin-os.h
lisp/ppc-arch.c
+2
-2
2 additions, 2 deletions
lisp/ppc-arch.c
with
3 additions
and
5 deletions
lisp/Darwin-os.h
+
1
−
3
View file @
a9b9c1fb
/*
/*
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/Darwin-os.h,v 1.
5
2007/0
6
/1
2
0
3:21:46
cshapiro Exp $
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/Darwin-os.h,v 1.
6
2007/0
7
/1
5
0
6:53:34
cshapiro Exp $
This code was written as part of the CMU Common Lisp project at
This code was written as part of the CMU Common Lisp project at
Carnegie Mellon University, and has been placed in the public domain.
Carnegie Mellon University, and has been placed in the public domain.
...
@@ -30,8 +30,6 @@ typedef int os_vm_prot_t;
...
@@ -30,8 +30,6 @@ typedef int os_vm_prot_t;
#define HANDLER_ARGS int signal, siginfo_t *code, os_context_t *context
#define HANDLER_ARGS int signal, siginfo_t *code, os_context_t *context
#define CODE(code) ((code) ? code->si_code : 0)
#define CODE(code) ((code) ? code->si_code : 0)
#define HANDLER_GET_CONTEXT
#define GET_CONTEXT
#define os_context_t ucontext_t
#define os_context_t ucontext_t
int
*
sc_reg
(
os_context_t
*
,
int
);
int
*
sc_reg
(
os_context_t
*
,
int
);
...
...
This diff is collapsed.
Click to expand it.
lisp/ppc-arch.c
+
2
−
2
View file @
a9b9c1fb
/*
/*
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/ppc-arch.c,v 1.
9
200
6
/0
2
/1
9 22
:5
6
:3
5 rtoy
Exp $
$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/ppc-arch.c,v 1.
10
200
7
/0
7
/1
5 06
:5
3
:3
4 cshapiro
Exp $
This code was written as part of the CMU Common Lisp project at
This code was written as part of the CMU Common Lisp project at
Carnegie Mellon University, and has been placed in the public domain.
Carnegie Mellon University, and has been placed in the public domain.
...
@@ -375,7 +375,7 @@ sigill_handler(HANDLER_ARGS)
...
@@ -375,7 +375,7 @@ sigill_handler(HANDLER_ARGS)
int
badinst
;
int
badinst
;
int
opcode
;
int
opcode
;
HANDLER_GET_CONTEXT
SAVE_CONTEXT
();
SAVE_CONTEXT
();
sigprocmask
(
SIG_SETMASK
,
&
context
->
uc_sigmask
,
0
);
sigprocmask
(
SIG_SETMASK
,
&
context
->
uc_sigmask
,
0
);
opcode
=
*
((
int
*
)
SC_PC
(
context
));
opcode
=
*
((
int
*
)
SC_PC
(
context
));
...
...
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