Try to make the comment annoy austin less

上级 e12ac50d
......@@ -141,8 +141,8 @@ cmain(u64 mbmagic, u64 mbaddr)
initmp();
inittls(); // thread local storage
// Call global constructors require mycpu()->id, which
// we setup in inittls
// Some global constructors require mycpu()->id (via mycpuid())
// which we setup in inittls
extern const uptr sctors[], ectors[];
for (const uptr *ctorva = ectors; ctorva > sctors; ) {
((void(*)()) *--ctorva)();
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论