NAME
break_point() - checks the program stack to make sure it's valid
SYNOPSIS
void break_point();
DESCRIPTION
This efun checks to make sure that the driver has kept the stack
correctly. The currently running program will bomb if the stack
is incorrect. Useful for debugging the driver.