blob: 6c1f83097d3e8367a3d4385ac9e0fbb563dee975 [file] [log] [blame]
#include <stdlib.h>
#include "starboard/system.h"
void abort() {
SbSystemBreakIntoDebugger();
}