重写rust核心库,构建中断处理框架 #6

Merged
pointer-to-bios merged 18 commits from pointer-to-bios/metaverse-dev:main into main 2024-05-03 05:45:43 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 6a935dc2b7 - Show all commits

View File

@ -112,6 +112,7 @@ impl<T: Default> Vec<T> {
self.length - index - 1,
);
}
self.length -= 1;
t
}