diff options
author | cvs2svn <admin@example.com> | 1996-12-18 21:42:27 +0000 |
---|---|---|
committer | cvs2svn <admin@example.com> | 1996-12-18 21:42:27 +0000 |
commit | 1825e819708b917f0830bee4e9bdf0402b8f338f (patch) | |
tree | 16360e899fbd8729b6e37016227c275701bb0173 /qt/md/i386_b.s | |
parent | 4d46a0279bb9dbe7e7399d6d2f1f54ccac01b987 (diff) | |
download | guile-pre_jimb_debug.tar.gz |
This commit was manufactured by cvs2svn to create tagpre_jimb_debug
'pre_jimb_debug'.
Diffstat (limited to 'qt/md/i386_b.s')
-rw-r--r-- | qt/md/i386_b.s | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/qt/md/i386_b.s b/qt/md/i386_b.s deleted file mode 100644 index 32129a5d1..000000000 --- a/qt/md/i386_b.s +++ /dev/null @@ -1,30 +0,0 @@ -/* -// QuickThreads -- Threads-building toolkit. -// Copyright (c) 1993 by David Keppel -// -// Permission to use, copy, modify and distribute this software and -// its documentation for any purpose and without fee is hereby -// granted, provided that the above copyright notice and this notice -// appear in all copies. This software is provided as a -// proof-of-concept and for demonstration purposes; there is no -// representation about the suitability of this software for any -// purpose. */ - - .globl _b_call_reg - .globl b_call_reg - .globl _b_call_imm - .globl b_call_imm - .globl _b_add - .globl b_add - .globl _b_load - .globl b_load - -_b_call_reg: -b_call_reg: -_b_call_imm: -b_call_imm: -_b_add: -b_add: -_b_load: -b_load: - hlt |