Changeset 13883 for trunk/source/level-0/X86
- Timestamp:
- Jun 24, 2010, 2:30:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/level-0/X86/x86-utils.lisp
r13792 r13883 488 488 (jmp-subprim .SPmakeu64)) 489 489 490 (defx86lapfunction get-gc-notification-threshold ( (threshold arg_z))490 (defx86lapfunction get-gc-notification-threshold () 491 491 "Get the value of the kernel variable that can be used to trigger 492 492 GC notifications." 493 (check-nargs 1)493 (check-nargs 0) 494 494 (movq ($ arch::gc-trap-function-set-gc-notification-threshold) (% imm0)) 495 495 (uuo-gc-trap)
Note: See TracChangeset
for help on using the changeset viewer.