main: add empty main_core1()

pcap
Astro 2019-11-16 00:21:57 +01:00
parent b6596d930d
commit a416f48af1
1 changed files with 3 additions and 0 deletions

View File

@ -117,3 +117,6 @@ pub fn main() {
}
pub fn main_core1() {
loop {}
}