summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClayton <nrootconauto@gmail.com>2023-03-02 08:08:36 -0500
committerClayton <nrootconauto@gmail.com>2023-03-02 08:08:36 -0500
commit1882d46a2854d959a76cf9c75bc59efa0be07f81 (patch)
tree4b80247bd256f89eb99afae8377c1895243b4a04
parent768c3e78a3c5a14411f51abd2ff4216553cd0edf (diff)
CoreAPSethTask's inherit adam_task symbols.
-rw-r--r--.gitignore1
-rw-r--r--HCRT.BINbin1092800 -> 1092848 bytes
-rw-r--r--T/HCRT.DBG.Zbin252056 -> 252161 bytes
-rw-r--r--T/JOB.HC4
4 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b9e7f1f..fa92321 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,3 +65,4 @@ proot
stagedir/**
debian/usr/**
T/T/**
+T/TempleOS.ISO.C
diff --git a/HCRT.BIN b/HCRT.BIN
index 40b41dd..9d6ffe4 100644
--- a/HCRT.BIN
+++ b/HCRT.BIN
Binary files differ
diff --git a/T/HCRT.DBG.Z b/T/HCRT.DBG.Z
index a247053..5162564 100644
--- a/T/HCRT.DBG.Z
+++ b/T/HCRT.DBG.Z
Binary files differ
diff --git a/T/JOB.HC b/T/JOB.HC
index 625b798..0e74a9e 100644
--- a/T/JOB.HC
+++ b/T/JOB.HC
@@ -534,6 +534,10 @@ U0 CoreAPSethTask()
QueInit(&(Gs->next_dying));
Gs->num=__CoreNum;
Gs->seth_task=Fs;
+ if(!Fs->parent_task) {
+ Fs->parent_task=adam_task;
+ Fs->hash_table->next=adam_task->hash_table;
+ }
mp_cores[Gs->num]=Gs;
CJobCtrl *ctrl=&(Fs->srv_ctrl);
CTask *task,*task1=Fs;