blob: 70d6b86dee06c9a4e108a59f9cb2b1fae6185abf [file] [log] [blame]
/*
* Copyright (c) 2020 Travis Geiselbrecht
*
* Use of this source code is governed by a MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT
*/
#include <stdlib.h>
#include <lk/debug.h>
void abort(void) {
panic("abort\n");
}