Merge pull request #136 from xmos/xross-patch-1

Further updates for xs3 compat
This commit is contained in:
oscarbailey-xmos
2020-12-08 16:36:34 +00:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved
// Copyright (c) 2011-2020, XMOS Ltd, All rights reserved
#ifndef __interrupt_h__
#define __interrupt_h__
@@ -71,7 +71,7 @@
//int ksp_enter, ksp_exit, r11_store;
#ifdef __XS2A__
#if defined(__XS2A__) || defined(__XS3A__)
#define ISSUE_MODE_SINGLE ".issue_mode single\n"
#define ISSUE_MODE_DUAL ".issue_mode dual\n"
#else