Skip to content

Commit d3bcf99

Browse files
authored
Merge pull request #352 from deeglaze/parse_setcontext
Fix setcontext.S parse error Signed-off-by: Zhang Lili Z <lili.z.zhang@intel.com>
2 parents 2881753 + 411424e commit d3bcf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/trts/linux/x86_64/setcontext.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
2929
#if defined __linux__
3030
#include <asm/unistd.h>
3131
#define SIG_SETMASK 2
32-
#define SIGSET_BYTE_SIZE (64/8)
32+
#define SIGSET_BYTE_SIZE 8
3333
#elif defined __FreeBSD__
3434
#include <sys/syscall.h>
3535
#endif

0 commit comments

Comments
 (0)