Skip to content

Commit

Permalink
fix sources
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Sep 13, 2016
1 parent c509d03 commit e0c1bec
Show file tree
Hide file tree
Showing 7 changed files with 3,309 additions and 15,865 deletions.
4 changes: 2 additions & 2 deletions pharo64src/plugins/GeniePlugin/GeniePlugin.c
Expand Up @@ -76,9 +76,9 @@ extern
struct VirtualMachine* interpreterProxy;
static const char *moduleName =
#ifdef SQUEAK_BUILTIN_PLUGIN
"GeniePlugin v2.0 11 September 2016 VMMaker.oscog-eem.1950 (i)"
"GeniePlugin v2.0 12 September 2016 VMMaker.oscog-eem.1950 (i)"
#else
"GeniePlugin v2.0 11 September 2016 VMMaker.oscog-eem.1950 (e)"
"GeniePlugin v2.0 12 September 2016 VMMaker.oscog-eem.1950 (e)"
#endif
;

Expand Down
1 change: 0 additions & 1 deletion pharo64src/vm/cogit.h
Expand Up @@ -33,7 +33,6 @@ extern char * codeEntryFor(char *address);
extern char * codeEntryNameFor(char *address);
extern sqInt cogCodeBase(void);
extern sqInt cogCodeConstituents(void);
extern CogMethod * cogFullBlockMethodnumCopied(sqInt aMethodObj, sqInt numCopied);
extern void cogitPostGCAction(sqInt gcMode);
extern sqInt cogMethodDoesntLookKosher(CogMethod *cogMethod);
extern CogMethod * cogMNUPICSelectorreceivermethodOperandnumArgs(sqInt selector, sqInt rcvr, sqInt methodOperand, sqInt numArgs);
Expand Down
2,339 changes: 209 additions & 2,130 deletions pharo64src/vm/cogitX64.c

Large diffs are not rendered by default.

0 comments on commit e0c1bec

Please sign in to comment.