Mercurial > ecos-v3_0-branch
diff packages/hal/mips/arch/current/src/context.S @ 112:02ea4320376c ecos-sw-2000-07-21
Merge from eCos master repository on 2000-07-21-21:01:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 21 Jul 2000 21:34:11 +0000 |
| parents | 435cced73e2f |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/hal/mips/arch/current/src/context.S +++ b/packages/hal/mips/arch/current/src/context.S @@ -46,6 +46,10 @@ #include <cyg/hal/arch.inc> +#ifdef at +#undef at +#endif + #------------------------------------------------------------------------------ # hal_thread_switch_context # Switch thread contexts
