sim: ppc: avoid "PAGE_SIZE" name
authorMike Frysinger <vapier@gentoo.org>
Thu, 17 Jun 2021 23:03:32 +0000 (19:03 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 17 Jun 2021 23:05:59 +0000 (19:05 -0400)
commita49dd19e81deb6d6c4af0fcadd94be1574f0b7dc
tree48b98b45d3d426ea5a5cff731383864199559a57
parent336b30e58ae98fe66862ab8480d3f7bb885fef23
sim: ppc: avoid "PAGE_SIZE" name

This define is used for a particular target and depends on the
simulated CPU hardware.  It has no relation to the host CPU that
the sim is running on.  So rename the common "PAGE_SIZE" here to
better reflect its usage and avoid conflicts with system headers.
sim/ppc/ChangeLog
sim/ppc/igen.c
sim/ppc/ppc-instructions
This page took 0.024977 seconds and 4 git commands to generate.