.hgignore

Fri, 13 Oct 2017 11:29:53 +0800

author
wangxue
date
Fri, 13 Oct 2017 11:29:53 +0800
changeset 7995
67882e9d8b35
parent 6876
710a3c8b516e
permissions
-rw-r--r--

#6126 Fixed ForceEarlyReturn error
call_VM_leaf() handles the stack alignment when the assemble code calls c code.
Modified part of debugging code of call_VM_base() in macroAssembler_mips.cpp.

     1 ^build/
     2 ^dist/
     3 /nbproject/private/
     4 ^src/share/tools/hsdis/build/
     5 ^src/share/tools/IdealGraphVisualizer/[a-zA-Z0-9]*/build/
     6 ^src/share/tools/IdealGraphVisualizer/build/
     7 ^src/share/tools/IdealGraphVisualizer/dist/
     8 ^.hgtip
     9 .DS_Store

mercurial