X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fthreads%2Fintr-stubs.S;h=adb674e0f2e36755d95066e2156f53c2876d2ca4;hp=334d8ccb0f78d9ca1124472056171799b2f9024e;hb=dd3e6bfbf9bda711367047e4224695d5464fcfb4;hpb=fde3b8ee3eaf48b1a6bb14568aedc207e62accab diff --git a/src/threads/intr-stubs.S b/src/threads/intr-stubs.S index 334d8cc..adb674e 100644 --- a/src/threads/intr-stubs.S +++ b/src/threads/intr-stubs.S @@ -111,7 +111,6 @@ intr_stubs: or `REAL', if the CPU pushes an error code for us. */ #define STUB(NUMBER, TYPE) \ .text; \ -.globl intr##NUMBER##_stub; \ .func intr##NUMBER##_stub; \ intr##NUMBER##_stub: \ TYPE; \