diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-19 02:28:39 +0200 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2018-02-19 02:28:39 +0200 |
commit | d56a97f0e49d47c2563c252aeefe963bc6188860 (patch) | |
tree | e1dbbc04f6a5e48fb3b1dd5feb1543552bdb3bdc /src/fakejvm | |
parent | ed68f8a8b1e401815978927c9d695d809fd47ed2 (diff) |
jvm: comment styling
Diffstat (limited to 'src/fakejvm')
-rw-r--r-- | src/fakejvm/jvm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fakejvm/jvm.c b/src/fakejvm/jvm.c index 8c46bb5..b213534 100644 --- a/src/fakejvm/jvm.c +++ b/src/fakejvm/jvm.c @@ -183,8 +183,8 @@ jvm_assing_default_class(struct jvm *jvm, struct jvm_object *o) case JVM_OBJECT_NONE: case JVM_OBJECT_ARRAY: case JVM_OBJECT_CLASS: - // arrays have unique classes which is handled on jvm_new_array - // jvm_make_class points class's this_class to first object, which is class definition for a class + // arrays have unique classes which is handled on `jvm_new_array` + // `jvm_make_class` points class's `this_class` to first object, which is class definition for a class assert(0 && "epic failure"); break; } |