Skip to content
Snippets Groups Projects
Commit 0cdadd1b authored by dtc's avatar dtc
Browse files

Fix the .end statements.

parent 41ed943c
No related branches found
No related tags found
No related merge requests found
### x86-assem.S -*- Mode: Asm; -*- ### x86-assem.S -*- Mode: Asm; -*-
/** /**
* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/x86-assem.S,v 1.8 1997/11/28 14:58:23 dtc Exp $ * $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/lisp/x86-assem.S,v 1.9 1997/11/29 19:52:32 dtc Exp $
* *
* Authors: Paul F. Werkowski <pw@snoopy.mv.com> * Authors: Paul F. Werkowski <pw@snoopy.mv.com>
* Douglas T. Crosher * Douglas T. Crosher
...@@ -357,7 +357,6 @@ Lend: ...@@ -357,7 +357,6 @@ Lend:
popl %ebp popl %ebp
ret ret
.size GNAME(fastcopy16),.-GNAME(fastcopy16) .size GNAME(fastcopy16),.-GNAME(fastcopy16)
.end
#endif #endif
#ifdef GENCGC #ifdef GENCGC
...@@ -689,8 +688,6 @@ GNAME(alloc_16_to_edi): ...@@ -689,8 +688,6 @@ GNAME(alloc_16_to_edi):
ret ret
.size GNAME(alloc_16_to_edi),.-GNAME(alloc_16_to_edi) .size GNAME(alloc_16_to_edi),.-GNAME(alloc_16_to_edi)
.end
#ifdef GENCGC #ifdef GENCGC
...@@ -826,3 +823,5 @@ GNAME(alloc_overflow_edi): ...@@ -826,3 +823,5 @@ GNAME(alloc_overflow_edi):
.size GNAME(alloc_overflow_edi),.-GNAME(alloc_overflow_edi) .size GNAME(alloc_overflow_edi),.-GNAME(alloc_overflow_edi)
#endif #endif
.end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment