aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/SIMIA32/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-25 09:19:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-25 09:19:43 +0000
commit17c6e5cd7f87de96931c8b4faac8e4d50499477c (patch)
treea806e7d8d9be186f06780d999ddaa501d89fe749 /os/ports/GCC/SIMIA32/chcore.h
parent5c15ef8064d2807770aa5595ea836329f91877c2 (diff)
downloadChibiOS-17c6e5cd7f87de96931c8b4faac8e4d50499477c.tar.gz
ChibiOS-17c6e5cd7f87de96931c8b4faac8e4d50499477c.tar.bz2
ChibiOS-17c6e5cd7f87de96931c8b4faac8e4d50499477c.zip
Fixed bug 2921012.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1469 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/GCC/SIMIA32/chcore.h')
-rw-r--r--os/ports/GCC/SIMIA32/chcore.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/os/ports/GCC/SIMIA32/chcore.h b/os/ports/GCC/SIMIA32/chcore.h
index dd8af08eb..a0e26bf29 100644
--- a/os/ports/GCC/SIMIA32/chcore.h
+++ b/os/ports/GCC/SIMIA32/chcore.h
@@ -26,14 +26,14 @@
#define _CHCORE_H_
/**
- * Macro defining the a simulated architecture into Win32.
+ * Macro defining the a simulated architecture into x86.
*/
-#define CH_ARCHITECTURE_WIN32SIM
+#define CH_ARCHITECTURE_SIMIA32
/**
* Name of the implemented architecture.
*/
-#define CH_ARCHITECTURE_NAME "WIN32 Simulator"
+#define CH_ARCHITECTURE_NAME "x86 Simulator"
/**
* 32 bit stack alignment.
@@ -104,8 +104,8 @@ struct context {
/**
* Per-thread stack overhead for interrupts servicing, it is used in the
* calculation of the correct working area size.
- * It requires stack space because the simulated "interrupt handlers" invoke
- * Win32 APIs inside so it better have a lot of space.
+ * It requires stack space because the simulated "interrupt handlers" can
+ * invoke host library functions inside so it better have a lot of space.
*/
#ifndef INT_REQUIRED_STACK
#define INT_REQUIRED_STACK 16384