summaryrefslogtreecommitdiff
path: root/erts/emulator/internal_doc
diff options
context:
space:
mode:
authorFrej Drejhammar <frej.drejhammar@gmail.com>2020-10-13 13:45:03 +0200
committerFrej Drejhammar <frej.drejhammar@gmail.com>2020-10-13 14:56:21 +0200
commit33892cf0dddebd509e44926c6da2a5cc2e4f7ca6 (patch)
tree5be30e08d7cfb5a595251c47722b191da9c2a504 /erts/emulator/internal_doc
parentcbd3c8e077506d1d6450541e9ccf3e1adac92b4c (diff)
downloaderlang-33892cf0dddebd509e44926c6da2a5cc2e4f7ca6.tar.gz
jit internal docs: Correct directory for instr_*.cpp
The instruction builder functions are locatated in `jit` not `asm`.
Diffstat (limited to 'erts/emulator/internal_doc')
-rw-r--r--erts/emulator/internal_doc/BeamAsm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/internal_doc/BeamAsm.md b/erts/emulator/internal_doc/BeamAsm.md
index b857fbd578..8cfb2d0422 100644
--- a/erts/emulator/internal_doc/BeamAsm.md
+++ b/erts/emulator/internal_doc/BeamAsm.md
@@ -25,7 +25,7 @@ used in BeamAsm are much simpler than the interpreter's, as most of the
transformations for the interpreter are done only to eliminate the instruction
dispatch overhead.
-Then each instruction is encoded using the C++ functions in the asm/instr_*.cpp files.
+Then each instruction is encoded using the C++ functions in the jit/instr_*.cpp files.
Example:
void BeamModuleAssembler::emit_is_nonempty_list(const ArgVal &Fail, const ArgVal &Src) {