sarah-walker-pcem / arculator

Arculator
http://b-em.bbcmicro.com/arculator
GNU General Public License v2.0
56 stars 23 forks source link

Make arm3cp structure unique #5

Closed taw10 closed 3 years ago

taw10 commented 3 years ago

This avoids creating a duplicate copy of the structure every time cp15.h is #included. Fixes a linker error on my system (Fedora 33) about the duplicate definition.

sarah-walker-pcem commented 3 years ago

Fixed in a slightly different way in commit 8e11b5f.