Explorar o código

Fixed missing unimplemented part

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8689 8c9fc860-2736-0410-a75d-ab315db34111
negelef %!s(int64=6) %!d(string=hai) anos
pai
achega
230fe85b4e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      source/Unix.Machine.Mod

+ 2 - 0
source/Unix.Machine.Mod

@@ -457,6 +457,8 @@ CODE
 	RDTSC	; set EDX:EAX
 	RDTSC	; set EDX:EAX
 	SHL RDX, 32
 	SHL RDX, 32
 	OR RAX, RDX
 	OR RAX, RDX
+#ELSE
+	unimplemented
 #END
 #END
 END GetTimer;
 END GetTimer;