1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-03-25 21:30:44 +00:00

Smaller startup message

This commit is contained in:
Dave Schmenk 2018-04-20 10:05:53 -07:00
parent ddd5e28fd4
commit 0a1f497d6c
2 changed files with 2 additions and 2 deletions
src/libsrc/apple

@ -47,6 +47,6 @@ fin
*jitcomp = @compiler
cmdsys.jitcount = 44
cmdsys.jitsize = 96
puts("JITC enabled")
puts("JITC")
return modkeep
done

@ -53,6 +53,6 @@ fin
*jitcomp = @compiler
cmdsys.jitcount = 44
cmdsys.jitsize = 96
puts("16 BIT VM/JITC enabled")
puts("16-bit VM/JITC")
return modkeep
done