Skip to content

Commit

Permalink
Use comma for dummy object allocate macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Peterse committed Nov 14, 2014
1 parent 3bfd583 commit effbc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/dtrace/probes_dummy.h
Expand Up @@ -50,7 +50,7 @@ extern "C" {
#define RUBINIUS_THREAD_STOP(arg0, arg1, arg2) do { } while(0)

#define RUBINIUS_OBJECT_ALLOCATE_ENABLED() 0
#define RUBINIUS_OBJECT_ALLOCATE(arg0, arg1. arg2) do { } while(0)
#define RUBINIUS_OBJECT_ALLOCATE(arg0, arg1, arg2) do { } while(0)

#define RUBINIUS_JIT_FUNCTION_BEGIN_ENABLED() 0
#define RUBINIUS_JIT_FUNCTION_BEGIN(arg0, arg1, arg2, arg3) do { } while(0)
Expand Down

0 comments on commit effbc58

Please sign in to comment.