Addressed compiler differences.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10096 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a457644a04
commit
8872d9680c
|
@ -46,6 +46,10 @@
|
||||||
#include "chconf.h"
|
#include "chconf.h"
|
||||||
#include "chcore.h"
|
#include "chcore.h"
|
||||||
|
|
||||||
|
#if defined(__HIGHTEC__)
|
||||||
|
#define e_subi subi
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(__DOXYGEN__)
|
#if !defined(__DOXYGEN__)
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -41,6 +41,10 @@
|
||||||
#include "chconf.h"
|
#include "chconf.h"
|
||||||
#include "chcore.h"
|
#include "chcore.h"
|
||||||
|
|
||||||
|
#if defined(__HIGHTEC__)
|
||||||
|
#define se_beq beq
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(__DOXYGEN__)
|
#if !defined(__DOXYGEN__)
|
||||||
|
|
||||||
.section .handlers, "ax"
|
.section .handlers, "ax"
|
||||||
|
|
|
@ -34,6 +34,10 @@
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__HIGHTEC__)
|
||||||
|
#define se_bge bge
|
||||||
|
#endif
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Module pre-compile time settings. */
|
/* Module pre-compile time settings. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
|
@ -24,6 +24,10 @@
|
||||||
|
|
||||||
#include "boot.h"
|
#include "boot.h"
|
||||||
|
|
||||||
|
#if defined(__HIGHTEC__)
|
||||||
|
#define se_bge bge
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(__DOXYGEN__)
|
#if !defined(__DOXYGEN__)
|
||||||
|
|
||||||
/* BAM record.*/
|
/* BAM record.*/
|
||||||
|
|
Loading…
Reference in New Issue