mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-16 13:18:12 +01:00
Use a shorter path for include
This should've been a part of: 2fce54102c
This commit is contained in:
parent
aaed432328
commit
40afb6667d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
|
|
||||||
#include "../unwind/unwind-internal.h"
|
#include "unwind-internal.h"
|
||||||
|
|
||||||
/* gcc/unwind-dw2.c: Retrieve the return address and flag whether that IP is
|
/* gcc/unwind-dw2.c: Retrieve the return address and flag whether that IP is
|
||||||
before or after first not yet fully executed instruction. */
|
before or after first not yet fully executed instruction. */
|
||||||
|
|
Loading…
Reference in a new issue