mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-10 11:25:23 +00:00
Corrects lambda capture.
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
}
|
||||
|
||||
// Run the thing.
|
||||
const auto comparitor = [] {
|
||||
const auto comparitor = [=] {
|
||||
// Test the end state.
|
||||
NSDictionary *const finalState = test[@"final state"];
|
||||
const auto state = test68000->processor.get_state();
|
||||
|
Reference in New Issue
Block a user