mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-25 16:47:38 +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
|
||||
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
|
||||
before or after first not yet fully executed instruction. */
|
||||
|
|
Loading…
Reference in a new issue