# get\_fixup\_target\_dis

```
get fixup target displacement
     ea - address to get information about
returns: -1 - no fixup at the specified address
         otherwise returns fixup target displacement

long get_fixup_target_dis(long ea);
```
