commit | 2f62b42954c627cc4d619831e22fc36ea926b06e | [log] [tgz] |
---|---|---|
author | Wedson Almeida Filho <wedsonaf@google.com> | Tue Jun 19 06:44:32 2018 +0100 |
committer | Wedson Almeida Filho <wedsonaf@google.com> | Thu Jul 19 15:16:33 2018 +0100 |
tree | 4ac86d0358413b4bde04829249e89e9b171120b7 |
Initial commit.
diff --git a/hvc.S b/hvc.S new file mode 100644 index 0000000..bec077b --- /dev/null +++ b/hvc.S
@@ -0,0 +1,6 @@ +.text + +.global hf_hvc +hf_hvc: + hvc #0 + ret