Skip to content

Instantly share code, notes, and snippets.

@mlschroe
Created September 7, 2011 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlschroe/1200337 to your computer and use it in GitHub Desktop.
Save mlschroe/1200337 to your computer and use it in GitHub Desktop.
diff --git a/compilers/imcc/pbc.c b/compilers/imcc/pbc.c
index b085cc9..4204c2b 100644
--- a/compilers/imcc/pbc.c
+++ b/compilers/imcc/pbc.c
@@ -681,7 +681,6 @@ get_code_size(ARGMOD(imc_info_t * imcc), ARGIN(const IMC_Unit *unit),
if (ins->opname && STREQ(ins->opname, ".annotate")) {
/* Annotations contribute nothing to code size, since they do not
* end up in bytecode segment. */
- (*src_lines)++;
}
else if (ins->opname && *ins->opname) {
(*src_lines)++;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment