#include "vm.h"
#include <stdio.h>
Go to the source code of this file.
Defines | |
#define | assert(_x_) |
Evaluate an assertion and catch problems. | |
#define | vm_fatal(_str) _vm_assert_fail( _str , __FILE__, __LINE__, __func__ ) |
Trig a failure by hand. | |
Functions | |
void | _vm_assert_fail (const char *assertion, const char *file, unsigned int line, const char *function) |
Is called when an assertion has failed. Kills the concerned thread. |