blob: b839c9d43e80b0c27256a9e37175d90946c8224c [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "util.h"
#include "debug.h"
void fail(const char* message) {
uart_puts(message);
while (1) {
}
}