Skip to content

Commit

Permalink
commiting patch from Duncan Wilcox <[email protected]> to get prototype r…
Browse files Browse the repository at this point in the history
…ight in prep for inline assembly call - some pick compilers didn't like unsigned int when it was really uint32. r=jband
  • Loading branch information
jband%netscape.com committed Oct 22, 1999
1 parent 99d739c commit 7120686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ PrepareAndDispatch(nsXPTCStubBase* self, uint32 methodIndex, PRUint32* args)
#define STUB_ENTRY(n) \
nsresult nsXPTCStubBase::Stub##n() \
{ \
register nsresult (*method) (nsXPTCStubBase *, unsigned int, PRUint32 *) = PrepareAndDispatch; \
register nsresult (*method) (nsXPTCStubBase *, uint32, PRUint32 *) = PrepareAndDispatch; \
int temp0, temp1; \
register nsresult result; \
__asm__ __volatile__( \
Expand Down

0 comments on commit 7120686

Please sign in to comment.