Explorar o código

* changed JVM reference in comment to WebAssembly

git-svn-id: branches/wasm@46666 -
nickysn %!s(int64=5) %!d(string=hai) anos
pai
achega
5f33623bb6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/wasm32/wasmreg.dat

+ 1 - 1
compiler/wasm32/wasmreg.dat

@@ -4,7 +4,7 @@
 ; layout
 ; <name>,<type>,<subtype>,<value>,<stdname>
 ;
-; The JVM does not have any registers, since it is stack-based.
+; WebAssembly does not have any registers, since it is stack-based.
 ; We do define a few artificial registers to make integration
 ; with the rest of the compiler easier though.