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:
parent
13b78e7300
commit
ecc3d51e5a
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ public class Location implements ICDILocation {
|
||||||
addr = a;
|
addr = a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Location(long address) {
|
||||||
|
addr = address;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see org.eclipse.cdt.debug.core.cdi.ICDILocation#getAddress()
|
* @see org.eclipse.cdt.debug.core.cdi.ICDILocation#getAddress()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue