forked from PAWPAW-Mirror/lib_xua
Merge pull request #136 from xmos/xross-patch-1
Further updates for xs3 compat
This commit is contained in:
@@ -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__
|
#ifndef __interrupt_h__
|
||||||
#define __interrupt_h__
|
#define __interrupt_h__
|
||||||
|
|
||||||
@@ -71,7 +71,7 @@
|
|||||||
|
|
||||||
//int ksp_enter, ksp_exit, r11_store;
|
//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_SINGLE ".issue_mode single\n"
|
||||||
#define ISSUE_MODE_DUAL ".issue_mode dual\n"
|
#define ISSUE_MODE_DUAL ".issue_mode dual\n"
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user