浏览代码

* changed JVM reference in comment to WebAssembly

git-svn-id: branches/wasm@46666 -
nickysn 5 年之前
父节点
当前提交
5f33623bb6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.