1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +02:00

new constructort Location(long)

This commit is contained in:
Alain Magloire 2003-01-06 16:32:34 +00:00
parent 13b78e7300
commit ecc3d51e5a

View file

@ -29,6 +29,10 @@ public class Location implements ICDILocation {
addr = a;
}
public Location(long address) {
addr = address;
}
/**
* @see org.eclipse.cdt.debug.core.cdi.ICDILocation#getAddress()
*/