Skip to content

Commit

Permalink
Update getDefinedTypeHistogramVisitor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisleiva committed Jan 3, 2024
1 parent 344569f commit 1e94313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/visitors/getDefinedTypeHistogramVisitor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function getDefinedTypeHistogramVisitor(): Visitor<DefinedTypeHistogram>
inDefinedTypes: Number(mode === 'definedType'),
inInstructionArgs: Number(mode === 'instruction'),
directlyAsInstructionArgs: Number(
mode === 'instruction' && stackLevel <= 2
mode === 'instruction' && stackLevel <= 1
),
},
};
Expand Down

0 comments on commit 1e94313

Please sign in to comment.