2
0
Эх сурвалжийг харах

* changed JVM reference in comment to WebAssembly

git-svn-id: branches/wasm@46666 -
nickysn 5 жил өмнө
parent
commit
5f33623bb6

+ 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.