From 900d0ce2764008c5326340bc66265e79222128b0 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Thu, 27 Feb 2014 12:25:13 +0100 Subject: [PATCH] Fix for -jdump docs. --- src/jit/dump.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jit/dump.lua b/src/jit/dump.lua index a11741c6..fe57af8f 100644 --- a/src/jit/dump.lua +++ b/src/jit/dump.lua @@ -36,6 +36,7 @@ -- * m Dump the generated machine code. -- x Print each taken trace exit. -- X Print each taken trace exit and the contents of all registers. +-- a Print the IR of aborted traces, too. -- -- The output format can be set with the following characters: -- -- 2.11.4.GIT