Browse Source

Cleanups.

Mark Sibly 9 years ago
parent
commit
35806cbd3d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      modules/std/fiber/fcontext.monkey2

+ 4 - 0
modules/std/fiber/fcontext.monkey2

@@ -16,6 +16,10 @@
 	#import "native/asm/ontop_x86_64_sysv_elf_gas.S"
 	#import "native/asm/ontop_x86_64_sysv_elf_gas.S"
 #end
 #end
 
 
+'Testing purposes only - use Fiber instead!
+'
+'Will generally cause havoc on GC and debugger as they wont know you're messing with the stack...
+'
 Extern
 Extern
 
 
 Alias fcontext_t:Void Ptr
 Alias fcontext_t:Void Ptr