Changeset 4821


Ignore:
Timestamp:
Jun 27, 2006, 3:27:34 AM (18 years ago)
Author:
Gary Byers
Message:

Don't import metering-control; do import get-r-debug (for Elf shared libraries.)

A yield-syscall constant for FreeBSD. (This is all a bad idea ...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/X86/X8664/x8664-arch.lisp

    r4747 r4821  
    748748#+x86-target
    749749(defconstant yield-syscall
    750   #+linux-target 24)
     750  #+linux-target 24
     751  #+freebsd-target 321)
    751752
    752753(defconstant gf-code-size 16)
     
    779780  register_cstack
    780781  raise-thread-interrupt
    781   metering-control
     782  get-r-debug
    782783  restore-soft-stack-limit
    783784  egc-control
Note: See TracChangeset for help on using the changeset viewer.