stardot / b-em

An opensource BBC Micro emulator for Win32 and Linux
http://stardot.org.uk/forums/viewtopic.php?f=4&t=10823
GNU General Public License v2.0
112 stars 57 forks source link

Another Partial fix for Issue #140 #142

Closed sai2791 closed 3 years ago

sai2791 commented 3 years ago

Partial fix for Issue #140. This removes the error: expression expected in debugger_symbols.cpp

debugger_symbols.cpp:32:16: error: expected expression map.insert({ e->getSymbol(), e }); ^

The remaining issue with gtest and sdf2imd I am still looking into to see if I can find a proper fix.

SteveFosdick commented 3 years ago

Thanks, Steve.