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
fe4d59b8
Commit
fe4d59b8
authored
20 years ago
by
cwang
Browse files
Options
Downloads
Patches
Plain Diff
Put in the DynamicSpaceOverflow stuff
parent
c57b1286
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/amd64-assem.S
+24
-1
24 additions, 1 deletion
lisp/amd64-assem.S
with
24 additions
and
1 deletion
lisp/amd64-assem.S
+
24
−
1
View file @
fe4d59b8
###
x86
-
assem.S
-*-
Mode
:
Asm
; -*-
/**
*
$Header
:
/
Volumes
/
share2
/
src
/
cmucl
/
cvs2git
/
cvsroot
/
src
/
lisp
/
amd64
-
assem
.
S
,
v
1
.
1
2004
/
0
5
/
1
8
21
:
58
:
06
cwang
Exp
$
*
$Header
:
/
Volumes
/
share2
/
src
/
cmucl
/
cvs2git
/
cvsroot
/
src
/
lisp
/
amd64
-
assem
.
S
,
v
1
.
2
2004
/
0
6
/
1
0
01
:
47
:
35
cwang
Exp
$
*
*
Authors
:
Paul
F
.
Werkowski
<
pw
@
snoopy
.
mv
.
com
>
*
Douglas
T
.
Crosher
...
...
@@ -339,6 +339,29 @@ GNAME(do_pending_interrupt):
.
byte
trap_PendingInterrupt
ret
.
size
GNAME
(
do_pending_interrupt
),
.
-
GNAME
(
do_pending_interrupt
)
#ifdef trap_DynamicSpaceOverflowError
.
global
GNAME
(
do_dynamic_space_overflow_error
)
.
type
GNAME
(
do_dynamic_space_overflow_error
),
@
function
.
align
align_4byte
,
0x90
GNAME
(
do_dynamic_space_overflow_error
):
int3
.
byte
trap_DynamicSpaceOverflowError
ret
.
size
GNAME
(
do_dynamic_space_overflow_error
),
.
-
GNAME
(
do_dynamic_space_overflow_error
)
#endif
#ifdef trap_DynamicSpaceOverflowWarning
.
global
GNAME
(
do_dynamic_space_overflow_warning
)
.
type
GNAME
(
do_dynamic_space_overflow_warning
),
@
function
.
align
align_4byte
,
0x90
GNAME
(
do_dynamic_space_overflow_warning
):
int3
.
byte
trap_DynamicSpaceOverflowWarning
ret
.
size
GNAME
(
do_dynamic_space_overflow_warning
),
.
-
GNAME
(
do_dynamic_space_overflow_warning
)
#endif
#ifdef WANT_CGC
/*
A
copy
function
optimized
for
the
Pentium
and
works
ok
on
...
...
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