mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-03 19:31:10 +00:00
Remove JITC puts from JIT module
This commit is contained in:
parent
e5e43f58b7
commit
58eb615176
BIN
PLASMA-BLD2.PO
BIN
PLASMA-BLD2.PO
Binary file not shown.
BIN
PLASMA-DEM2.PO
BIN
PLASMA-DEM2.PO
Binary file not shown.
BIN
PLASMA-SYS2.PO
BIN
PLASMA-SYS2.PO
Binary file not shown.
@ -41,11 +41,9 @@ include "libsrc/jitcore.pla"
|
||||
// Install JIT compiler
|
||||
//
|
||||
if *jitcomp
|
||||
//puts("JIT compiler already installed!\n")
|
||||
return 0
|
||||
fin
|
||||
puts("JITC 1.0\n")
|
||||
*jitcomp = @compiler
|
||||
*jitcomp = @compiler
|
||||
cmdsys.jitcount = 44
|
||||
cmdsys.jitsize = 96
|
||||
return modkeep
|
||||
|
@ -1411,7 +1411,7 @@ heap = *freemem
|
||||
//
|
||||
// Print PLASMA version
|
||||
//
|
||||
prstr("PLASMA 2.0 Dev\n")//; prbyte(version.1); cout('.'); prbyte(version.0); crout
|
||||
prstr("PLASMA JITC 2.0 Dev\n")//; prbyte(version.1); cout('.'); prbyte(version.0); crout
|
||||
//
|
||||
// Init symbol table.
|
||||
//
|
||||
|
@ -313,7 +313,6 @@ cmdsys:cmdparser = @shell
|
||||
//
|
||||
// Install JIT compiler
|
||||
//
|
||||
puts("JITC 1.0\n")
|
||||
interpentry = compiler:interpaddr
|
||||
*jitcomp = @compiler
|
||||
cmdsys.jitcount = 44
|
||||
|
@ -1321,7 +1321,7 @@ cmdlnptr = @cmdln
|
||||
// Print PLASMA version
|
||||
//
|
||||
init_cons
|
||||
prstr("PLASMA 2.0 Dev\n")//; putb(version.1); putc('.'); putb(version.0); putln
|
||||
prstr("PLASMA JITC 2.0 Dev\n")//; putb(version.1); putc('.'); putb(version.0); putln
|
||||
prstr("MEM:$"); prword(availheap); crout
|
||||
//
|
||||
// Exec command line parser
|
||||
|
Loading…
Reference in New Issue
Block a user