[F4-users] Re: about _asm and __asm macros on opcode
Status: Pre-Alpha
Brought to you by:
starkos
From: J. P. <ja...@37...> - 2002-08-28 12:33:13
|
Charles James Leonardo Quarra Cappiello wrote: > There are some _asm and __asm extension macros inside opcode source, > but g++ 2.96 complains about them, i've tried to put gcc uses a different syntax for inline assembly than msvc, which is what Pierre used to write Opcode. In the current version of F4, I simply #ifdef out the inline assembly when building with gcc and replace it with matching C code. If you search the Opcode sources for "379" you should find all of my changes. Hope this helps, Jason 379 |