mirror of
https://github.com/fadden/6502bench.git
synced 2025-07-01 10:24:06 +00:00
Make "smart" PLP handling optional
We try to be clever with PHP/PLP, but sometimes we get it wrong. If we get it wrong a lot, we want to turn it off. Now we can.
This commit is contained in:
@ -618,8 +618,8 @@ namespace SourceGen {
|
||||
reanalysisTimer.StartTask("CodeAnalysis.Analyze");
|
||||
|
||||
CodeAnalysis ca = new CodeAnalysis(mFileData, CpuDef, mAnattribs, AddrMap,
|
||||
TypeHints, StatusFlagOverrides, ProjectProps.EntryFlags, mScriptManager,
|
||||
debugLog);
|
||||
TypeHints, StatusFlagOverrides, ProjectProps.EntryFlags,
|
||||
ProjectProps.AnalysisParams, mScriptManager, debugLog);
|
||||
|
||||
ca.Analyze();
|
||||
reanalysisTimer.EndTask("CodeAnalysis.Analyze");
|
||||
|
Reference in New Issue
Block a user