diff lwasm/insn_gen.c @ 376:35d4213e6657

Add cycle counting to listing Add option to include instruction cycle counts to the listing. Thanks to Erik G <erik@6809.org> for the patch.
author William Astle <lost@l-w.ca>
date Mon, 13 Jul 2015 20:47:30 -0600
parents 8e25147c2aa8
children 17fcd0c3ee45
line wrap: on
line diff
--- a/lwasm/insn_gen.c	Mon Jul 13 20:35:16 2015 -0600
+++ b/lwasm/insn_gen.c	Mon Jul 13 20:47:30 2015 -0600
@@ -280,6 +280,8 @@
 			}
 			lwasm_emitexpr(l, e, l -> lint);
 		}
+
+		l -> cycle_adj = lwasm_cycle_calc_ind(l);
 		return;
 	}