Browse Source

* changed JVM reference in comment to WebAssembly

git-svn-id: branches/wasm@46666 -
nickysn 5 years ago
parent
commit
5f33623bb6
1 changed files with 1 additions and 1 deletions
  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.