mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-18 21:05:19 +00:00
Various fixes
Fixes to dead code and a couple self-assignings
This commit is contained in:
parent
94c81c73c5
commit
be50130c3f
7 changed files with 10 additions and 22 deletions
|
|
@ -210,7 +210,7 @@ void CompilerELF::OnUpdate(wxCommandEvent& event)
|
|||
DoAnalyzeCode(false);
|
||||
|
||||
return;
|
||||
asm_list->Freeze();
|
||||
/*asm_list->Freeze();
|
||||
asm_list->SetStyle(0, asm_list->GetValue().Len(), wxTextAttr("Black"));
|
||||
|
||||
/*
|
||||
|
|
@ -220,7 +220,7 @@ void CompilerELF::OnUpdate(wxCommandEvent& event)
|
|||
}
|
||||
*/
|
||||
|
||||
SetOpStyle(".int", "Blue");
|
||||
/*SetOpStyle(".int", "Blue");
|
||||
SetOpStyle(".string", "Blue");
|
||||
SetOpStyle(".strlen", "Blue");
|
||||
SetOpStyle(".buf", "Blue");
|
||||
|
|
@ -294,7 +294,7 @@ void CompilerELF::OnUpdate(wxCommandEvent& event)
|
|||
|
||||
asm_list->Thaw();
|
||||
|
||||
UpdateScroll(true, wxVERTICAL);
|
||||
UpdateScroll(true, wxVERTICAL);*/
|
||||
}
|
||||
|
||||
void CompilerELF::OnScroll(wxScrollWinEvent& event)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue