sim: rl78: move storage out of header
This port declares its pc variable in a header and then includes it multiple times. This causes linker errors with newer gcc due to the change in -fno-common behavior. Move the storage to a C file so we only have one instance of it in the final program.
parent
68ed2854
Please register or sign in to comment