Skip to content

Commit

Permalink
sim: drop unused SIM_ADDR type [PR sim/7504]
Browse files Browse the repository at this point in the history
Now that sim APIs either use 64-bit addresses all the time, or more
appropriate target-specific types, drop this now-unused 32-bit-only
address type.

Bug: https://sourceware.org/PR7504
  • Loading branch information
vapier committed Dec 23, 2022
1 parent 697e27f commit 11e25f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/sim/sim.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
extern "C" {
#endif

/* This file is used when building stand-alone simulators, so isolate this
file from gdb. */

typedef unsigned int SIM_ADDR;


/* Semi-opaque type used as result of sim_open and passed back to all
other routines. "desc" is short for "descriptor".
It is up to each simulator to define `sim_state'. */
Expand Down

0 comments on commit 11e25f7

Please sign in to comment.