Skip to content
Snippets Groups Projects
Commit 0842d650 authored by Robin Randhawa's avatar Robin Randhawa
Browse files

aarch64: Fix typo in a jmp_buf preprocessor conditional

parent 09135f5b
No related branches found
No related tags found
1 merge request!186aarch64: Fix typo in a jmp_buf preprocessor conditional
#ifndef _SETJMP_H #ifndef _SETJMP_H
#define _SETJMP_H #define _SETJMP_H
#ifdef __arch64__ #ifdef __aarch64__
typedef unsigned long jmp_buf[22]; typedef unsigned long jmp_buf[22];
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment